SelfHandledCampaignsData

data class SelfHandledCampaignsData(val accountMeta: AccountMeta, val campaigns: List<SelfHandledCampaignData>)

Data for multiple Self Handled InApp Campaigns Creates an instance of SelfHandledCampaignsData with the provided accountMeta and campaigns

Since

8.6.0

Author

Gowtham KK

Parameters

accountMeta

Instance of AccountMeta

campaigns

List of SelfHandledCampaign to be sent as part of callback to the client

Constructors

Link copied to clipboard
constructor(accountMeta: AccountMeta, campaigns: List<SelfHandledCampaignData>)

Properties

Link copied to clipboard
Link copied to clipboard

List of SelfHandledCampaignData to be sent as part of callback to the client