AndroidNfcReader

interface AndroidNfcReader : KeypleReaderExtension

Generic type for a Keyple Android NFC reader extension.

Since

2.0.0

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun printTagId(): String

Gets a string describing the low level description of the current tag.

Link copied to clipboard
abstract fun processIntent(intent: Intent)

Process data from NFC Intent. Can be use to handle NFC Tag received when app is started by nfc detection

Properties

Link copied to clipboard
abstract var noPlateformSound: Boolean?

Allows the invoker to prevent the platform from playing sounds when it discovers a tag.

Link copied to clipboard
abstract var presenceCheckDelay: Int?

Allows the calling application to specify the delay that the platform will use for performing presence checks on any discovered tag. see @NfcAdapter.EXTRA_READER_PRESENCE_CHECK_DELAY

Link copied to clipboard
abstract var skipNdefCheck: Boolean?

Prevent the platform from performing any NDEF checks in reader mode.