Example usage for Java android.nfc.tech Ndef fields, constructors, methods, implement or subclass
The text is from its open source code.
String | NFC_FORUM_TYPE_1 NFC Forum Tag Type 1 |
String | NFC_FORUM_TYPE_2 NFC Forum Tag Type 2 |
String | NFC_FORUM_TYPE_3 NFC Forum Tag Type 4 |
String | NFC_FORUM_TYPE_4 NFC Forum Tag Type 4 |
boolean | canMakeReadOnly() Indicates whether a tag can be made read-only with #makeReadOnly() . |
Ndef | get(Tag tag) Get an instance of Ndef for the given tag. |
NdefMessage | getCachedNdefMessage() Get the NdefMessage that was read from the tag at discovery time. |
int | getMaxSize() Get the maximum NDEF message size in bytes. |
String | getType() Get the NDEF tag type. |
boolean | isWritable() Determine if the tag is writable. |
boolean | makeReadOnly() Make a tag read-only. |
String | toString() Returns a string representation of the object. |
void | writeNdefMessage(NdefMessage msg) Overwrite the NdefMessage on this tag. |