VICore
Methods
initialize
@JvmStaticfun initialize(context: Context
): Unit
This API is in beta and subject to change.
Initialize Voximplant Android SDK.
Parameters
context:
Context
Android application context.
Returns
type:
Unit
Props
applicationContext
var applicationContext: Context
This API is in beta and subject to change.
Android application context.
Returns
type:
Context
isInitialized
val isInitialized: Boolean
This API is in beta and subject to change.
Returns
type:
Boolean
version
val version: String
This API is in beta and subject to change.
Voximplant Android SDK version.
Returns
type:
String
logging
val logging:
This API is in beta and subject to change.
Voximplant Android SDK logger.
Returns
type:
callbackExecutor
var callbackExecutor: Executor
This API is in beta and subject to change.
Executor where all Voximplant Android SDK events are received.
A single thread executor is created by default.
Returns
type:
Executor