Campaigns
InAppMessageData
Model representing an in-app message data.
Declared In:
lib/classes/models/Misc/InAppMessageData.js
Inherits From:
BaseModel
Declaration:
class InAppMessageData extends BaseModel
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 | Object | yes | Parameters additionally provided by the campaign. |
isTest | boolean | no | Specifies if the object is from a test campaign. |