PairingErrorCode

Error conditions that arise when pairing readers.

Entries

Link copied to clipboard

Only one scan is allowed at a time.

Link copied to clipboard

Bluetooth is disabled.

Link copied to clipboard

Missing one or both of the Android runtime permissions for Bluetooth, BLUETOOTH_CONNECT and/or BLUETOOTH_SCAN.

Link copied to clipboard

Device does not support bluetooth.

Link copied to clipboard

Pairing attempted before authorization.

Link copied to clipboard

Pairing did not complete in reasonable time.

Link copied to clipboard

ReaderManager.pairReader was used in an unexpected or unsupported way. See the debug code and debug message for more information.

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
open override val isUsageError: Boolean

Returns true if the error is a usage error, false otherwise.

Link copied to clipboard
Link copied to clipboard

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.