HyperTrackError enum Null safety
Constructors
- HyperTrackError()
-
const
Values
- blockedFromRunning → const HyperTrackError
-
The SDK was remotely blocked from running.
HyperTrackError()
- invalidPublishableKey → const HyperTrackError
-
The publishable key is invalid.
HyperTrackError()
- locationMocked → const HyperTrackError
-
The user enabled mock location app while mocking locations is prohibited.
HyperTrackError()
- locationServicesDisabled → const HyperTrackError
-
The user disabled location services systemwide.
HyperTrackError()
-
(Android only) The device doesn't have location services.
HyperTrackError()
- locationSignalLost → const HyperTrackError
-
GPS satellites are not in view.
HyperTrackError()
- noExemptionFromBackgroundStartRestrictions → const HyperTrackError
-
(Android only) The SDK wasn't able to start tracking because of the limitations imposed by the OS.
HyperTrackError()
- permissionsLocationDenied → const HyperTrackError
-
The user denied location permissions.
HyperTrackError()
- permissionsLocationInsufficientForBackground → const HyperTrackError
-
Can’t start tracking in background with When In Use location permissions.
HyperTrackError()
- permissionsLocationNotDetermined → const HyperTrackError
-
(iOS only) The user has not chosen whether the app can use location services.
HyperTrackError()
- permissionsLocationProvisional → const HyperTrackError
-
(iOS only) The app is in Provisional Always authorization state, which stops sending locations when app is in background.
HyperTrackError()
- permissionsLocationReducedAccuracy → const HyperTrackError
-
The user didn't grant precise location permissions or downgraded permissions to imprecise.
HyperTrackError()
- permissionsLocationRestricted → const HyperTrackError
-
(iOS only) The app is not authorized to use location services.
HyperTrackError()
- permissionsNotificationsDenied → const HyperTrackError
-
(Android only) The user denied notification permissions needed to display a persistent notification
HyperTrackError()
Properties
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
HyperTrackError> -
A constant List of the values in this enum, in order of their declaration.
[blockedFromRunning, invalidPublishableKey, locationMocked, locationServicesDisabled, locationServicesUnavailable, locationSignalLost, noExemptionFromBackgroundStartRestrictions, permissionsLocationDe…