Android.Nfc.NdefRecord: Method Members

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

Public Methods

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