Companion

object Companion

Functions

Link copied to clipboard
@JvmStatic
fun getInstance(): AppsOnDevices

Returns the current instance of the AppsOnDevices object. This instance should have been initialized already by calling initAppsOnDevices.

Link copied to clipboard
@JvmStatic
fun initAppsOnDevices(context: Context, logLevel: LogLevel = LogLevel.NONE)

Initializes the Apps on Devices SDK for the given context.

Link copied to clipboard
@JvmStatic
fun isInitialized(): Boolean

Returns whether an AppsOnDevices instance currently exists.