InAppMessageDisplayDelegate

Message display delegate

Functions

Link copied to clipboard
abstract fun isMessageReadyToDisplay(message: InAppMessage, scheduleId: String): Boolean

Called to check if the message is ready to be displayed. This method will be called for every message that is pending display whenever a display condition changes. Use notifyDisplayConditionsChanged to notify whenever a condition changes to reevaluate the pending In-App messages.

Link copied to clipboard
abstract fun messageFinishedDisplaying(message: InAppMessage, scheduleId: String)

Called when a message finished displaying

Link copied to clipboard
abstract fun messageWillDisplay(message: InAppMessage, scheduleId: String)

Called when a message will be displayed.