//inappmessaging/com.rakuten.tech.mobile.inappmessaging.runtime/InAppMessaging/onVerifyContext
onVerifyContext
[androidJvm]
abstract var onVerifyContext: (contexts: List<String>, campaignTitle: String) -> Boolean
This callback is called just before showing a message of campaign that has registered contexts. Return false
to prevent the message from displaying.