LocalCommandClientFactory

object LocalCommandClientFactory
kotlin.Any
   ↳ com.google.android.managementapi.commands.LocalCommandClientFactory

Factory to create LocalCommandClient.

Summary

Public methods

LocalCommandClient
create(context: Context)

Creates LocalCommandClient that sends requests to Android Management API client app on device.

Public methods

create

@JvmStatic fun create(context: Context): LocalCommandClient

Creates LocalCommandClient that sends requests to Android Management API client app on device.

Parameters
context: Context Application Context of application that wishes to interact with Android Management API client app.