Java android.nfc.tech Ndef fields, constructors, methods, implement or subclass

Example usage for Java android.nfc.tech Ndef fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.nfc.tech Ndef.

The text is from its open source code.

Field

StringNFC_FORUM_TYPE_1
NFC Forum Tag Type 1
StringNFC_FORUM_TYPE_2
NFC Forum Tag Type 2
StringNFC_FORUM_TYPE_3
NFC Forum Tag Type 4
StringNFC_FORUM_TYPE_4
NFC Forum Tag Type 4

Method

booleancanMakeReadOnly()
Indicates whether a tag can be made read-only with #makeReadOnly() .
Ndefget(Tag tag)
Get an instance of Ndef for the given tag.
NdefMessagegetCachedNdefMessage()
Get the NdefMessage that was read from the tag at discovery time.
intgetMaxSize()
Get the maximum NDEF message size in bytes.
StringgetType()
Get the NDEF tag type.
booleanisWritable()
Determine if the tag is writable.
booleanmakeReadOnly()
Make a tag read-only.
StringtoString()
Returns a string representation of the object.
voidwriteNdefMessage(NdefMessage msg)
Overwrite the NdefMessage on this tag.