TBLTrackingManager class
This class is responsible for managing the tracking status
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isTrackingGranted
→ Future<
bool> -
return a bool only if the tracking is granted
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trackingAuthorizationStatus
→ Future<
TBLTrackingStatus> -
keep asking for the tracking status until the user grants or denies the tracking, we store the value once the user answers the ATT dialog this way we don't have to ask for the tracking status again.
if the user go the settings and changed the tracking status the app will closed and new session will be created
no setter
- trackingStatus ← TBLTrackingStatus
-
set the tracking status
no getter
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