Package-level declarations

Types

Link copied to clipboard
interface CardReader : DeviceId

Card reader device information.

Link copied to clipboard
interface CardReaderBatteryInfo : Parcelable

Battery status of the current connected device.

Link copied to clipboard
sealed interface CardReaderConnection : Parcelable

Device connection link.

Link copied to clipboard
sealed class CardReaderConnectionError : Exception

Exception if card reader device cannot be connected.

Link copied to clipboard
Link copied to clipboard
interface CardReaderFirmwareInfo : Parcelable

Firmware information for the connected device.

Link copied to clipboard

Connected device information.

Link copied to clipboard
Link copied to clipboard
sealed interface CardReaderState : Parcelable

Card reader state, either Connecting, Connected or Disconnected.

Link copied to clipboard

Card reader type.

Link copied to clipboard

Device Manager can be used to discover bluetooth devices and to connect to a bluetooth or usb device.

Link copied to clipboard
interface DockManager