NdefRecord
data class NdefRecord(val tnf: NdefRecord.Tnf, val type: ByteString = ByteString(), val id: ByteString = ByteString(), val payload: ByteString = ByteString())
An immutable NDEF Record.
Constructors
Link copied to clipboard
constructor(tnf: NdefRecord.Tnf, type: ByteString = ByteString(), id: ByteString = ByteString(), payload: ByteString = ByteString())