Android Nfc Config
Configuration class holding all the plugin options.
Since
3.0.0
Constructors
Properties
(optional, default value: null
) The ApduInterpreterFactory
dedicated to the management of storage cards. The interface of this factory is provided by the keyple-plugin-storage-card-java-api
API, its implementation should be provided.
(optional, default value: 0
) Delay (in milliseconds) for performing presence checks while waiting for card insertion. Use 0 to rely on the default behavior (corresponds to EXTRA_READER_PRESENCE_CHECK_DELAY).
(optional, default value: 100
) Delay (in milliseconds) for performing presence checks while waiting for card removal.
(optional, default value: true
) When true
, the platform will play sounds on tag discovery (corresponds to FLAG_READER_NO_PLATFORM_SOUNDS).
(optional, default value: true
) When true, the NFC adapter will skip the NDEF check on discovered tags (corresponds to FLAG_READER_SKIP_NDEF_CHECK).