InAppMessageManagerBase

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open fun setBackButtonDismissesInAppMessageView(backButtonDismissesInAppMessageView: Boolean)

Sets whether the hardware back button dismisses in-app messages. Defaults to true. Note that the hardware back button default behavior will be used instead (i.e. the host Activity's Activity.onKeyDown method will be called).

Sets whether the tapping outside the modal in-app message content dismiss the message. Defaults to false.

Assigns a custom IInAppMessageManagerListener that will be used when displaying control in-app messages. To revert back to the default IInAppMessageManagerListener, call this method with null.

Link copied to clipboard

Assigns a custom IHtmlInAppMessageActionListener that will be used during the display of Html in-app messages.

Link copied to clipboard

Assigns a custom IInAppMessageAnimationFactory that will be used to animate the in-app message View. To revert back to the default IInAppMessageAnimationFactory, call the setCustomInAppMessageAnimationFactory method with null.

Link copied to clipboard

Assigns a custom IInAppMessageManagerListener that will be used when displaying in-app messages. To revert back to the default IInAppMessageManagerListener, call this method with null.

Link copied to clipboard

Assigns a custom IInAppMessageViewFactory that will be used to create the in-app message View. To revert back to the default IInAppMessageViewFactory, call the setCustomInAppMessageViewFactory method with null.

Link copied to clipboard

Sets a custom IInAppMessageViewWrapperFactory that will be used to display an IInAppMessage to the user.

Properties

Inheritors

Link copied to clipboard