//inappmessaging/com.rakuten.tech.mobile.inappmessaging.runtime/InAppMessaging/Companion

Companion

[androidJvm]
object Companion

Functions

Name Summary
configure [androidJvm]
fun configure(context: Context): Boolean
Configures the In-App Messaging SDK.
instance [androidJvm]
@JvmStatic
fun instance(): InAppMessaging
Instance of InAppMessaging.

Properties

Name Summary
errorCallback [androidJvm]
var errorCallback: (Exception) -> Unit? = null
This optional callback function is for app to receive the exception that caused failed configuration or non-fatal failures in the SDK.