The methods 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
static | CreateApplicationRecord(string)Create a new Android Application Record (AAR). | |
static | CreateExternal(string, string, byte[])Create a new NDEF Record containing external (application-specific) data. | |
static | CreateMime(string, byte[])Create a new NDEF Record containing MIME data. | |
static | CreateTextRecord(string, string)Create a new NDEF record containing UTF-8 text data. | |
static | CreateUri(Android.Net.Uri)Create a new NDEF Record containing a URI. | |
static | CreateUri(string)Create a new NDEF Record containing a URI. | |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
GetId()Returns the variable length ID. | ||
GetPayload()Returns the variable length payload. | ||
GetTypeInfo()Returns the variable length Type field. | ||
ToByteArray()Return this NDEF Record as a byte array. | ||
ToMimeType()Map this record to a MIME type, or return null if it cannot be mapped. | ||
ToUri()Map this record to a URI, or return null if it cannot be mapped. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |