NfcNotAvailable

class NfcNotAvailable(errorCode: Int) : TapOnPhoneInvocationSdkError

NFC is not available in the device

Parameters

errorCode

a code that provides details about the error

Constructors

Link copied to clipboard
fun NfcNotAvailable(errorCode: Int)

Properties

Link copied to clipboard
val errorCode: Int

a code that provides details about the error.

Link copied to clipboard
val errorDescription: String

a human readable description of the error.