Webcom

object Webcom

Exposes some useful static methods or properties to start using the Webcom SDK.

Types

DeviceIdentifier
Link copied to clipboard
sealed class DeviceIdentifier

Identifier of the device that can be used to receive push notifications.

Functions

whenSdkIsInitialized
Link copied to clipboard
fun whenSdkIsInitialized(block: () -> Unit)

Runs a given code block once the Webcom SDK is properly initialized.

Properties

deviceIdentifier
Link copied to clipboard
var deviceIdentifier: Webcom.DeviceIdentifier? = null

Represents the device identifier to be used to receive mobile push notifications from Webcom on the current device.