IHtmlInAppMessageActionListener

The IHtmlInAppMessageActionListener allows for the overriding of the default Braze display handling and setting custom behavior during the display of HTML In-App Messages.

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 onNewsfeedClicked(inAppMessage: IInAppMessage, url: String, queryBundle: Bundle): Boolean
Link copied to clipboard
open fun onOtherUrlAction(inAppMessage: IInAppMessage, url: String, queryBundle: Bundle): Boolean

Inheritors

Link copied to clipboard