RemoteSupportClient

object RemoteSupportClient

Cygnus Reach remote support client factory

Functions

Link copied to clipboard
fun create(    context: Context,     apiUrlBase: String,     apiKey: String,     logger: Logger): IRemoteSupportClient

Create a new IRemoteSupportClient with support for kotlin concurrency. This function is intended for use in an Android Kotlin codebase.

Link copied to clipboard
@JvmName(name = "create")
fun createJava(    context: Context,     apiUrlBase: String,     apiKey: String,     logger: Logger): IRemoteSupportClientJava

Create a new IRemoteSupportClient with support for java concurrency. This function is intended for use in an Android Java codebase.

Link copied to clipboard
fun initialize(context: Context)

One time initialization of the Cygnus Reach SDK