IInAppMessageViewWrapper

Properties

Link copied to clipboard
abstract val inAppMessage: IInAppMessage
Link copied to clipboard
abstract val inAppMessageView: View
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun close()

Closes an IInAppMessage. As a result of this call, it is expected that an IInAppMessage is no longer visible and not interactable by the user.

Link copied to clipboard
abstract fun open(activity: Activity)

Opens an IInAppMessage on the Activity. As a result of this call, it is expected that an IInAppMessage is visible and interactable by the user.

Link copied to clipboard

Prepares this wrapper when its message is saved for display on the next Activity during an BrazeInAppMessageManager.unregisterInAppMessageManager transition.