Package-level declarations

Types

Link copied to clipboard

Default IInAppMessageAnimationFactory that provides slide and fade animations for in-app messages. Slideup messages animate vertically based on their SlideFrom direction; all other message types use an alpha fade.

Link copied to clipboard

Default IInAppMessageViewFactory for HTML Full in-app messages. Inflates an InAppMessageHtmlFullView, configures the WebView with a JavaScript bridge, and attaches the provided IInAppMessageWebViewClientListener for URL handling.

Link copied to clipboard

An IInAppMessageViewFactory for InAppMessageHtml messages.

Link copied to clipboard

Default IInAppMessageViewFactory for modal in-app messages. Inflates the appropriate modal layout (standard or graphic), configures images, buttons, colors, header, and directional navigation.

Link copied to clipboard

Default IInAppMessageViewFactory for slideup in-app messages. Inflates an InAppMessageSlideupView and configures its image, background color, message text, icon, and chevron indicator.