Companion

object Companion

Functions

Link copied to clipboard

Get the singleton instance of MobileAppMessaging.

Link copied to clipboard
fun getSdkVersionName(): String
Link copied to clipboard
@JvmStatic
fun isInitializing(): Boolean

Check if MobileAppMessaging is currently initializing.

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

Check if MobileAppMessaging is ready for use.

Link copied to clipboard

Notify that module is ready and stop queuing requests.

Link copied to clipboard
@JvmStatic
fun requestSdk(looper: Looper?, listener: MobileAppMessaging.WhenReadyListener)

An asynchronous request for an instance of MobileAppMessaging.

Link copied to clipboard

Remove a WhenReadyListener from the queue.