Java android.nfc Tag fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

Parcelable.CreatorCREATOR

Method

byte[]getId()
Get the Tag Identifier (if it has one).
String[]getTechList()
Get the technologies available in this tag, as fully qualified class names.
StringtoString()
Human-readable description of the tag, for debugging.
voidwriteToParcel(Parcel dest, int flags)