AudienceMember class
The audience member to be operated on.
Constructors
-
AudienceMember({Consent? consent, List<
String> ? destinationReferences, MobileData? mobileData, PairData? pairData, UserData? userData}) - AudienceMember.fromJson(Map json_)
Properties
- consent ↔ Consent?
-
The consent setting for the user.
getter/setter pair
-
destinationReferences
↔ List<
String> ? -
Defines which Destination to send the audience member to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mobileData ↔ MobileData?
-
Data identifying the user's mobile devices.
getter/setter pair
- pairData ↔ PairData?
-
[Publisher Advertiser Identity Reconciliation (PAIR)
IDs](//support.google.com/admanager/answer/15067908).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userData ↔ UserData?
-
User-provided data that identifies the user.
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