Package-level declarations

Types

Link copied to clipboard
actual class LocalNfcReader
expect class LocalNfcReader
actual class LocalNfcReader
actual class LocalNfcReader

WARNING: Experimental. This code is not intended to be used in production and will be removed soon!

Link copied to clipboard
class MultiplatformNfcReader(nfcReader: LocalNfcReader) : LocalReader

An implementation of Keyple-less LocalReader that provides NFC reading capability for Android, iOS and PCSC readers on Windows/Mac/Linux. For exotic NFC reader hardware, or advanced fine-tuning, you can provide your own implementation of the LocalReader interface to the keyple-less-distributed lib.

Functions

Link copied to clipboard
fun NSData.toByteArray(): ByteArray
Link copied to clipboard
fun ByteArray.toNSData(): NSData