Package com.wonderpush.sdk.inappmessaging
package com.wonderpush.sdk.inappmessaging
-
ClassDescriptionThe entry point of the In App Messaging headless SDK.An interface you can implement and feed to
InAppMessaging.addClickListener(InAppMessagingClickListener)
in order to get called back when users click on in-app messages.The interface that a IAM display class must implement.An interface implemented by the in-app messaging SDK that gets passed to theInAppMessagingDisplay
instance to allow reporting of clicks and views.Describes how the user dismissed an in-app message.Describes the common errors encountered when displaying in-app messages.An interface you can implement in order to display messages when an error occurs during the presentation of an in-app message.An interface you can implement and feed toInAppMessaging.addImpressionListener(InAppMessagingImpressionListener)
in order to get called back when users see an in-app message.