DeviceScannerState

Enum class to describe the current state of the IDeviceScanner.

Entries

Link copied to clipboard

Bluetooth scanner is not actively searching for devices.

Link copied to clipboard

Bluetooth scanner is actively searching for devices.

Link copied to clipboard

Bluetooth scanner could not start because Bluetooth permissions have not been granted.

Link copied to clipboard

Bluetooth scanner could not start because Bluetooth is disabled on this Android device.

Link copied to clipboard

Bluetooth scanner could not start because Bluetooth is not available on this Android device.

Link copied to clipboard

Bluetooth scanner could not start because an invalid hardware ID was provided.

Link copied to clipboard

Bluetooth scanner could not start due to an internal error.

Link copied to clipboard

Bluetooth scanner could not start due to a problem with the LicenseManager. Check LicenseManager.Shared.state for details.

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

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.