TrackingAuthorizationStatus enum

Inheritance

Constructors

TrackingAuthorizationStatus()
const

Values

notDetermined → const TrackingAuthorizationStatus

The value returned if a user has not yet received a request to authorize access to app-related data that can be used for tracking the user or the device.

Learn more

restricted → const TrackingAuthorizationStatus

The value returned if authorization to access app-related data that can be used for tracking the user or the device is restricted.

Learn more

denied → const TrackingAuthorizationStatus

The value returned if the user denies authorization to access app-related data that can be used for tracking the user or the device.

Denied

authorized → const TrackingAuthorizationStatus

The value returned if the user authorizes access to app-related data that can be used for tracking the user or the device.

Authorized

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<TrackingAuthorizationStatus>
A constant List of the values in this enum, in order of their declaration.