DeviceClientFactory

object DeviceClientFactory


Factory to create DeviceClient

Summary

Public functions

DeviceClient
create(context: Context)

Creates DeviceClient that sends requests to Android Device Policy app on the device.

Public functions

create

fun create(context: Context): DeviceClient

Creates DeviceClient that sends requests to Android Device Policy app on the device.

Parameters
context: Context

Application Context of application that wishes to interact with Android Device Policy app.