AppTrackingTransparency class
Constructors
Properties
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
trackingAuthorizationStatus
→ Future<
TrackingStatus> -
Get tracking authorization status without showing a dialog.
no setter
Static Methods
-
getAdvertisingIdentifier(
) → Future< String> - Call this function to get advertising identifier (ie tracking data).
-
requestTrackingAuthorization(
) → Future< TrackingStatus> - Call this function to display tracking authorization dialog on ios 14+ devices. User's choice is returned as TrackingStatus. You can call this function as many as you want but it will display the dialog only once after the user mades his decision.