SelfHandledCampaignsData class

Data for multiple Self Handled InApp Campaigns

Constructors

SelfHandledCampaignsData.new({required AccountMeta accountMeta, required List<SelfHandledCampaignData> campaigns})
Creates an instance of SelfHandledCampaignsData with the provided accountMeta and campaigns

Properties

accountMeta AccountMeta
Instance of AccountMeta
getter/setter pair
campaigns List<SelfHandledCampaignData>
List of SelfHandledCampaignData to be sent as part of callback to the client
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited