Android.Nfc.NfcManager Class
High level manager used to obtain an instance of an Android.Nfc.NfcAdapter.

See Also: NfcManager Members

Syntax

[Android.Runtime.Register("android/nfc/NfcManager", DoNotGenerateAcw=true)]
public sealed class NfcManager : Java.Lang.Object

Remarks

High level manager used to obtain an instance of an Android.Nfc.NfcAdapter.

Use Android.Content.Context.GetSystemService(string) with Android.Content.Context.NfcService to create an Android.Nfc.NfcManager, then call NfcManager.DefaultAdapter to obtain the Android.Nfc.NfcAdapter.

Alternately, you can just call the static helper NfcAdapter.GetDefaultAdapter(Android.Content.Context).

Developer Guides

For more information about using NFC, read the Near Field Communication developer guide.

See Also

[Android Documentation]

Requirements

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