Success

data class Success(val data: NfcTagData) : NfcReadResult(source)

Indicates that an NFC tag was successfully read.

Constructors

Link copied to clipboard
constructor(data: NfcTagData)

Properties

Link copied to clipboard

The NfcTagData extracted from the tag, including its UID, type, payload, and supported technology list.