Package-level declarations
Types
Default implementation of IInAppMessageManagerListener
The IHtmlInAppMessageActionListener allows for the overriding of the default Braze display handling and setting custom behavior during the display of HTML In-App Messages.
The IInAppMessageManagerListener returns the in-app message at specific events in its control flow and gives the host app the option of overriding Braze's default display handling and implementing its own custom behavior.
IInAppMessageViewLifecycleListener returns the in-app message view at specific events in its display lifecycle for potential further processing and modification.
The IInAppMessageWebViewClientListener is called at specific events during the display of an Html In-App Message. Button clicks that occur inside an HTML In-App Message are routed to this listener and not the IInAppMessageViewLifecycleListener. However, the display lifecycle of the HTML In-App Message is still handled by the IInAppMessageViewLifecycleListener.
Adds touch events to the SwipeDismissTouchListener.