MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.nfc
/
NdefMessage
Ndef
Message
data
class
NdefMessage
(
val
records
:
List
<
NdefRecord
>
)
An immutable NDEF message.
Members
Constructors
Ndef
Message
Link copied to clipboard
constructor
(
records
:
List
<
NdefRecord
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
records
Link copied to clipboard
val
records
:
List
<
NdefRecord
>
the records in the message.
Functions
encode
Link copied to clipboard
fun
encode
(
)
:
ByteArray
Encodes the NDEF message.