TargetingData class

Allows you to provide user or app data that will improve how we target ads.

Properties

email String?
The email of the user.
no getter
gender UserGender
The gender of the user.
no getter
hashCode int
The hash code for this object.
no setterinherited
interests List<String>?
The interests of the user.
no getter
keywords List<String>?
The keywords describing the application.
no getter
maximumAdContentRating AdContentRating
The maximum ad content rating shown to the user.
no getter
phoneNumber String?
The phone number of the user. Do not include the country calling code.
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
yearOfBirth int
The year of birth of the user.
no getter

Methods

clearAll() → void
Clear all saved data from this class.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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