NfcManager.DefaultAdapter Property

Definition

Get the default NFC Adapter for this device.

public Android.Nfc.NfcAdapter? DefaultAdapter { [Android.Runtime.Register("getDefaultAdapter", "()Landroid/nfc/NfcAdapter;", "")] get; }
[<get: Android.Runtime.Register("getDefaultAdapter", "()Landroid/nfc/NfcAdapter;", "")>]
member this.DefaultAdapter : Android.Nfc.NfcAdapter

Property Value

NfcAdapter

the default NFC Adapter

Attributes

Remarks

Java documentation for android.nfc.NfcManager.getDefaultAdapter().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to