Modules.Nfc.TagTechnologyNdefFormatable
Provide access to NDEF format operations on a Modules.Nfc.NfcTag.
Use the Modules.Nfc.createTagTechnologyNdefFormatable method to create this tag technology.
See also: NdefFormatable
Extends: Modules.Nfc.TagTechnology · Since: 1.1.0 · Platforms: android
Methods #
format #
Format a tag as NDEF, and write a Modules.Nfc.NdefMessage.
Parameters:
| Name | Type | Summary | Optional |
|---|---|---|---|
message | Modules.Nfc.NdefMessage | The NDEF message to write after formatting, can be null. | No |
formatReadOnly #
Formats a tag as NDEF, write a Modules.Nfc.NdefMessage, and make read-only.
Parameters:
| Name | Type | Summary | Optional |
|---|---|---|---|
message | Modules.Nfc.NdefMessage | The NDEF message to write after formatting | No |