DataInterruptionReason
enum DataInterruptionReason : NSInteger {}
Constants indicating the reason for data interruption.
-
Reason is unknown.
Declaration
Objective-C
DataInterruptionReasonUnknown = 0
-
The sensor that generates the data has stopped.
Declaration
Objective-C
DataInterruptionReasonSensorStopped
-
The application was sent in the background.
Declaration
Objective-C
DataInterruptionReasonAppSentToBackground
-
This value applies to Position data type ( for example the provider may be GPS or Network ).
Declaration
Objective-C
DataInterruptionReasonLocationProvidersChanged
-
Sensor configuration changed.
Declaration
Objective-C
DataInterruptionReasonSensorConfigurationChanged
-
Device orientation changed.
Declaration
Objective-C
DataInterruptionReasonDeviceOrientationChanged
-
In use by another client.
Declaration
Objective-C
DataInterruptionReasonInUseByAnotherClient
-
Not available with multiple foreground apps.
Declaration
Objective-C
DataInterruptionReasonNotAvailableWithMultipleForegroundApps
-
Not available due to system pressure.
Declaration
Objective-C
DataInterruptionReasonNotAvailableDueToSystemPressure
-
Not available in background.
Declaration
Objective-C
DataInterruptionReasonNotAvailableInBackground
-
Audio device in use by another client.
Declaration
Objective-C
DataInterruptionReasonAudioDeviceInUseByAnotherClient
-
Video device in use by another client.
Declaration
Objective-C
DataInterruptionReasonVideoDeviceInUseByAnotherClient