NfcTagReaderUsb

Constructors

Link copied to clipboard
constructor(manager: UsbManager, device: UsbDevice)

Properties

Link copied to clipboard
open override val dialogAlwaysShown: Boolean
Link copied to clipboard
open override val external: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun <T : Any> scan(message: String?, tagInteractionFunc: suspend (NfcIsoTag) -> T?, options: NfcScanOptions, context: CoroutineContext): T