FetchEligibleCampaignsRequest class

Constructors

FetchEligibleCampaignsRequest({List<CampaignImpression>? alreadySeenCampaigns, ClientSignals? clientSignals, ClientAppInfo? requestingClientApp})
FetchEligibleCampaignsRequest.fromJson(Map _json)

Properties

alreadySeenCampaigns List<CampaignImpression>?
a list of campaigns that have already been rendered by the client so that service can filter them out while doing search of applicable messages
getter/setter pair
clientSignals ClientSignals?
A common set of targeting signals - ex: user properties, lang
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requestingClientApp ClientAppInfo?
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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