Share via


NfcAdapter.FlagListenNfcPassiveB Field

Definition

Caution

This constant will be removed in the future version. Use Android.Nfc.NfcListenFlags enum directly instead of this field.

Flag for use with #setDiscoveryTechnology(Activity, int, int).

[Android.Runtime.Register("FLAG_LISTEN_NFC_PASSIVE_B", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.NfcListenFlags enum directly instead of this field.", true)]
public const Android.Nfc.NfcListenFlags FlagListenNfcPassiveB = 2;
[<Android.Runtime.Register("FLAG_LISTEN_NFC_PASSIVE_B", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.NfcListenFlags enum directly instead of this field.", true)>]
val mutable FlagListenNfcPassiveB : Android.Nfc.NfcListenFlags

Field Value

Value = 2
Attributes

Remarks

Flag for use with #setDiscoveryTechnology(Activity, int, int).

Setting this flag enables listening for Nfc-B technology.

Java documentation for android.nfc.NfcAdapter.FLAG_LISTEN_NFC_PASSIVE_B.

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