OutageReason

enum OutageReason

Entries

Link copied to clipboard

User needs to enable location permission. Generally this one points to the incorrect integration, as SDK features should remain inaccessible before you explicitly verified that appropriate permissions are present.

Link copied to clipboard

User needs to grant activity access permission. Generally this one points to the incorrect integration, as SDK features should remain inaccessible before you explicitly verified that appropriate permissions are present.

Link copied to clipboard

User should turn on the location service on the device. Means that the geoloction was turned off system-wide and no app can access it.

Link copied to clipboard

Tracking was not started, so no current location is available.

Link copied to clipboard

SDK started tracking and is in process of calculating current position. In most of the cases SDK passes through this state in a second, but depending on hardware and externalities it may take up to 10 minutes to get the first location.

Link copied to clipboard

Phone has lost connection to GNSS constellation. In most of the time moving out to open areas solve this problem, but sometime it's required to restart the phone to reset GNSS sensor cache.

Link copied to clipboard

App restart required to force sensor connection reset.

Functions

Link copied to clipboard
open fun valueOf(name: String): OutageReason
Link copied to clipboard
open fun values(): Array<OutageReason>