Campaigns
InAppMessageData
Model representing an in-app message data.
WARNING: This is a read-only class and it is not meant to be instantiated directly.
Declared In:
lib/model/in_app/in_app_message_data.dart
Declaration:
class InAppMessageData
Properties:
Property | Type | Optional | Description |
---|---|---|---|
campaignHash | String | no | Identifier of the in-app message campaign. |
variantIdentifier | String | no | Identifier of the in-app message campaign variant. |
additionalParameters | Map<String, String> | yes | Parameters additionally provided by the campaign. |
isTest | bool | no | Specifies if the object is from a test campaign. |