Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Handover Request record.
Link copied to clipboard
Handover Select record.
Link copied to clipboard
An immutable NDEF message.
Link copied to clipboard
data class NdefRecord(val tnf: NdefRecord.Tnf, val type: ByteString = ByteString(), val id: ByteString = ByteString(), val payload: ByteString = ByteString())
An immutable NDEF Record.
Link copied to clipboard
Exception thrown if an NFC command doesn't return success.
Link copied to clipboard
class NfcIsoTagAndroid(tag: IsoDep, context: CoroutineContext, updateMessage: (message: String) -> Unit) : NfcIsoTag
Link copied to clipboard
Options used to influence NFC scanning.
Link copied to clipboard
Exception thrown if a NfcIsoTag is removed while trying to communicate with it.
Link copied to clipboard
interface NfcTagReader
An interface for reading NFC tags.
Link copied to clipboard
A response APDU according to ISO/IEC 7816-4.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard