Home > @magiclane/maps-sdk > DataInterruptionReason
DataInterruptionReason enum
Data interruption reason Sensor Data Source
Signature:
export declare enum DataInterruptionReason Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
appSentToBackground |
|
The application has been sent to the background, interrupting data collection. |
|
audioDeviceInUseByAnotherClient |
|
The audio device is currently in use by another client. |
|
deviceOrientationChanged |
|
The device orientation has changed, affecting sensor data. |
|
inUseByAnotherClient |
|
The sensor is currently in use by another client. |
|
locationProvidersChanged |
|
The position data source has changed (e.g., from GPS to Network). |
|
notAvailableDueToSystemPressure |
|
Data is not available due to system resource pressure. |
|
notAvailableInBackground |
|
Data collection is not available while the application is in the background. |
|
notAvailableWithMultipleForegroundApps |
|
Data collection is not available due to multiple foreground applications. |
|
sensorConfigurationChanged |
|
The configuration of the sensor has changed. |
|
sensorStopped |
|
The sensor that generates the data has stopped operating. |
|
unknown |
|
The reason for the data interruption is unknown. |
|
videoDeviceInUseByAnotherClient |
|
The video device is currently in use by another client. |