EnvironmentClientFactory

object EnvironmentClientFactory


Factory to create EnvironmentClient.

Summary

Public functions

EnvironmentClient
create(context: Context)

Creates EnvironmentClient.

Public functions

create

fun create(context: Context): EnvironmentClient

Creates EnvironmentClient.

Parameters
context: Context

Application Context of application that wishes to interact with the client.

Throws
java.lang.SecurityException

if the caller is not authorized to access environment APIs.