ThickContent class
The 'thick' message that gets sent to clients
Constructors
-
ThickContent({Content? content, Map<
String, String> ? dataBundle, ExperimentalCampaignPayload? experimentalPayload, bool? isTestCampaign, Priority? priority, List<TriggeringCondition> ? triggeringConditions, VanillaCampaignPayload? vanillaPayload}) - ThickContent.fromJson(Map _json)
Properties
- content ↔ Content?
-
Content
getter/setter pair
-
dataBundle
↔ Map<
String, String> ? -
user-defined data bundle.
getter/setter pair
- experimentalPayload ↔ ExperimentalCampaignPayload?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTestCampaign ↔ bool?
-
if true, it's a campaign that's to be tested on client side.
getter/setter pair
- priority ↔ Priority?
-
Priority of the campaign/message If two messages have the same priority,
the one from the most-recently-started campaign will 'win'
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
triggeringConditions
↔ List<
TriggeringCondition> ? -
condition to trigger the FIAM
getter/setter pair
- vanillaPayload ↔ VanillaCampaignPayload?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited