EDataInterruptionReason

The reason for data interruption

Parameters

value

int value

Entries

Link copied to clipboard

Reason is unknown

Link copied to clipboard

The sensor must send new data now as the interruption had gone

Link copied to clipboard

The sensor must send new data now as the interruption had gone

Link copied to clipboard

The sensor that generates the data has stopped

Link copied to clipboard

The application was sent in the background

Link copied to clipboard

This value applies to Position data type(for example the provider may be GPS or Network)

Link copied to clipboard

Sensor configuration changed.

Link copied to clipboard

Device orientation changed.

Link copied to clipboard

In use by another client.

Link copied to clipboard

Not available with multiple foreground apps.

Link copied to clipboard

Not available due to system pressure.

Link copied to clipboard

Not available in background.

Link copied to clipboard

Audio device in use by another client.

Link copied to clipboard

Video device in use by another client.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.