Package-level declarations
Types
Link copied to clipboard
A HostApduService which can route to multiple other services.
Link copied to clipboard
abstract class MdocNdefService(applicationContext: Context, sendResponse: (ByteArray) -> Unit) : NfcApduService
Base class for implementing NFC engagement according to ISO/IEC 18013-5:2021.
Link copied to clipboard
open class MdocNfcDataTransferService(applicationContext: Context, sendResponse: (ByteArray) -> Unit) : NfcApduService
Base class for implementing NFC data transfer according to ISO/IEC 18013-5:2021.
Link copied to clipboard
abstract class MdocNfcV2Service(applicationContext: Context, sendResponse: (ByteArray) -> Unit) : NfcApduService
Base class for implementing NFCv2 engagement according to ISO/IEC 18013 Second Edition.
Link copied to clipboard
Interface for NFC APDU services orchestrated by CombinedNfcService.