TBLTrackingStatus enum
Values
- notDetermined → const TBLTrackingStatus
-
The user has not yet received an authorization request dialog
- restricted → const TBLTrackingStatus
-
The device is restricted, tracking is disabled and the system can't show a request dialog
- denied → const TBLTrackingStatus
-
The user denies authorization for tracking
-
The user authorizes access to tracking
Properties
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<
TBLTrackingStatus> - A constant List of the values in this enum, in order of their declaration.