The fields of Android.Nfc.NdefRecord are listed below. For a list of all members, see the NdefRecord Members list.
See Also: Inherited members from Java.Lang.Object
const | TnfAbsoluteUri | short (3). Indicates the type field contains an absolute-URI BNF construct defined by RFC 3986. |
const | TnfEmpty | short (0). Indicates the record is empty. |
const | TnfExternalType | short (4). Indicates the type field contains an external type name. |
const | TnfMimeMedia | short (2). Indicates the type field contains a media-type BNF construct, defined by RFC 2046. |
const | TnfUnchanged | short (6). Indicates the payload is an intermediate or final chunk of a chunked NDEF Record. |
const | TnfUnknown | short (5). Indicates the payload type is unknown. |
const | TnfWellKnown | short (1). Indicates the type field contains a well-known RTD type name. |