Interface | Description |
---|---|
IInAppMessage |
InAppMessageBase is the base model interface for all in-app messages.
|
IInAppMessageHtml |
IInAppMessageHtml is the base model interface for all Html In-App Messages.
|
IInAppMessageImmersive |
InAppMessageBase is the base model interface for all immersive in-app messages.
|
IInAppMessageThemeable |
Interface for applying themes to
IInAppMessage 's. |
IInAppMessageWithImage | |
IInAppMessageZippedAssetHtml |
This is the base model interface for all Html In-App Messages with ZIP file backed assets.
|
Class | Description |
---|---|
InAppMessageBase | |
InAppMessageControl |
If the user is enrolled in the control group of an in-app message campaign, an
InAppMessageControl
should be instantiated. |
InAppMessageFull | |
InAppMessageHtml |
IInAppMessage that renders HTML without a corresponding zip file asset. |
InAppMessageHtmlBase | |
InAppMessageHtmlFull | |
InAppMessageImmersiveBase | |
InAppMessageModal | |
InAppMessageSlideup |
InAppMessageSlideup is the model for slideup type in-app messages.
|
InAppMessageWithImageBase | |
InAppMessageZippedAssetHtmlBase | |
MessageButton |
MessageButton is a model for a styleable button containing text and a click action.
|