Example usage for Java android.nfc Tag fields, constructors, methods, implement or subclass
The text is from its open source code.
Parcelable.Creator | CREATOR |
byte[] | getId() Get the Tag Identifier (if it has one). |
String[] | getTechList() Get the technologies available in this tag, as fully qualified class names. |
String | toString() Human-readable description of the tag, for debugging. |
void | writeToParcel(Parcel dest, int flags) |