Package-level declarations

Types

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

IInAppMessageViewLifecycleListener returns the in-app message view at specific events in its display lifecycle for potential further processing and modification.

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
A android.view.View.OnTouchListener that makes any android.view.View dismissable when the user swipes (drags her finger) horizontally across the view.
Link copied to clipboard

Adds touch events to the SwipeDismissTouchListener.