In App Message Html Full
Constructors
Functions
Instructs the IInAppMessage to apply any dark theme settings and override any existing values present on the IInAppMessage.
Gets where to find the pre-fetched remote assets specified in setLocalPrefetchedAssetPaths.
Returns a path to remote assets that can be pre-fetched. To point this in-app message to pre-fetched assets, use .setLocalPrefetchedAssetPaths
Logs a click on a button in your html in-app message.
Logs an impression on this in-app message. Impressions may only be logged once per in-app message instance.
Should be called on the in-app message once it is no longer being displayed, to allow it to perform any cleanup or trigger further actions.
Convenience method that calls setClickBehavior(clickAction, null).
Sets the click action and/or Uri of this in-app message.
The base In-App Message class does not have assets of its own. Subclasses provide and manage assets.
Properties
Gets the duration of this in-app message. Only valid for DismissType.AUTO_DISMISS.
The local URL of the assets. This location corresponds to the unzipped file system directory of the remote assets file given by IInAppMessageZippedAssetHtml.assetsZipRemoteUrl.