NfcTagLostException

Exception thrown if a NfcIsoTag is removed while trying to communicate with it.

Constructors

Link copied to clipboard
constructor(message: String)

Construct a new exception.

constructor(message: String, cause: Throwable)

Construct a new exception.

constructor(cause: Throwable)

Construct a new exception.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?