Android.Nfc.Tech.NdefFormatable Class
Provide access to NDEF format operations on a Android.Nfc.Tag.

See Also: NdefFormatable Members

Syntax

[Android.Runtime.Register("android/nfc/tech/NdefFormatable", DoNotGenerateAcw=true)]
public sealed class NdefFormatable : BasicTagTechnology

Remarks

Provide access to NDEF format operations on a Android.Nfc.Tag.

Acquire a Android.Nfc.Tech.NdefFormatable object using NdefFormatable.Get(Android.Nfc.Tag).

Android devices with NFC must only enumerate and implement this class for tags for which it can format to NDEF.

Unfortunately the procedures to convert unformated tags to NDEF formatted tags are not specified by NFC Forum, and are not generally well-known. So there is no mandatory set of tags for which all Android devices with NFC must support Android.Nfc.Tech.NdefFormatable.

Note: Methods that perform I/O operations require the NoType:android/Manifest$permission;Href=../../../../reference/android/Manifest.permission.html#NFC permission.

[Android Documentation]

Requirements

Namespace: Android.Nfc.Tech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 10