Interface | Description |
---|---|
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. |
IInAppMessageManagerListener |
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 |
IInAppMessageViewLifecycleListener returns the in-app message at specific events
in its display lifecycle for potential further processing, modification, and logging.
|
IInAppMessageWebViewClientListener |
The
IInAppMessageWebViewClientListener is called at specific events during the display of an Html
In-App Message. |
IWebViewClientStateListener | |
SwipeDismissTouchListener.DismissCallbacks |
The callback interface used by
SwipeDismissTouchListener to inform its client
about a successful dismissal of the view for which it was created. |
TouchAwareSwipeDismissTouchListener.ITouchListener |
Class | Description |
---|---|
DefaultHtmlInAppMessageActionListener | |
DefaultInAppMessageManagerListener | |
DefaultInAppMessageViewLifecycleListener | |
DefaultInAppMessageWebViewClientListener | |
SwipeDismissTouchListener |
A
View.OnTouchListener that makes any View dismissable when the
user swipes (drags her finger) horizontally across the view. |
TouchAwareSwipeDismissTouchListener |
Adds touch events to the SwipeDismissTouchListener.
|