object Webcom
Exposes some useful static methods or properties to start using the Webcom SDK.
var deviceIdentifier: String?
Represents the device identifier to be used to receive mobile push notifications from Webcom on the current device. |
fun whenSdkIsInitialized(block: () -> Unit): Unit
Runs a given code block once the Webcom SDK is properly initialized. |