Example usage for Java android.nfc.tech NdefFormatable fields, constructors, methods, implement or subclass
The text is from its open source code.
void | format(NdefMessage firstMessage) Format a tag as NDEF, and write a NdefMessage . |
void | formatReadOnly(NdefMessage firstMessage) Formats a tag as NDEF, write a NdefMessage , and make read-only. |
NdefFormatable | get(Tag tag) Get an instance of NdefFormatable for the given tag. |