DefaultHtmlInAppMessageActionListener

Default IHtmlInAppMessageActionListener that uses the interface's default method implementations for handling close, custom event, and URL actions from HTML in-app messages.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onCloseClicked(inAppMessage: IInAppMessage, url: String, queryBundle: Bundle)
Link copied to clipboard
open fun onCustomEventFired(inAppMessage: IInAppMessage, url: String, queryBundle: Bundle): Boolean
Link copied to clipboard
open fun onOtherUrlAction(inAppMessage: IInAppMessage, url: String, queryBundle: Bundle): Boolean