Package-level declarations
Types
Link copied to clipboard
data class AndroidNfcConfig(val activity: Activity, val apduInterpreterFactory: ApduInterpreterFactory? = null, val isPlatformSoundEnabled: Boolean = true, val skipNdefCheck: Boolean = true, val cardInsertionPollingInterval: Int = 0, val cardRemovalPollingInterval: Int = 100)
Configuration class holding all the plugin options.
Link copied to clipboard
object AndroidNfcConstants
Constants for the Android NFC plugin.
Link copied to clipboard
Extends the KeyplePluginExtension interface.
Link copied to clipboard
Extends the KeyplePluginExtensionFactory interface.
Link copied to clipboard
Provider of AndroidNfcPluginFactory instances.
Link copied to clipboard
Extends the KeypleReaderExtension interface.
Link copied to clipboard
Enum representing supported NFC protocols.