NfcUnsupported

class NfcUnsupported(message: String = "NFC is not available or is disabled on this device") : CeiError

The device does not support NFC, or NFC is disabled. Check android.nfc.NfcAdapter.isEnabled before launching a session.

Constructors

Link copied to clipboard
constructor(message: String = "NFC is not available or is disabled on this device")