Share via


NfcFCardEmulation.GetInstance(NfcAdapter) Method

Definition

Helper to get an instance of this class.

[Android.Runtime.Register("getInstance", "(Landroid/nfc/NfcAdapter;)Landroid/nfc/cardemulation/NfcFCardEmulation;", "", ApiSince=24)]
public static Android.Nfc.CardEmulators.NfcFCardEmulation? GetInstance (Android.Nfc.NfcAdapter? adapter);
[<Android.Runtime.Register("getInstance", "(Landroid/nfc/NfcAdapter;)Landroid/nfc/cardemulation/NfcFCardEmulation;", "", ApiSince=24)>]
static member GetInstance : Android.Nfc.NfcAdapter -> Android.Nfc.CardEmulators.NfcFCardEmulation

Parameters

adapter
NfcAdapter

A reference to an NfcAdapter object.

Returns

Attributes

Remarks

Helper to get an instance of this class.

Java documentation for android.nfc.cardemulation.NfcFCardEmulation.getInstance(android.nfc.NfcAdapter).

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