NfcAdapter.FlagReaderNfcV Field

Definition

Caution

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

Flag for use with #enableReaderMode(Activity, ReaderCallback, int, Bundle).

[Android.Runtime.Register("FLAG_READER_NFC_V")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.NfcReaderFlags enum directly instead of this field.", true)]
public const Android.Nfc.NfcReaderFlags FlagReaderNfcV = 8;
[<Android.Runtime.Register("FLAG_READER_NFC_V")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.NfcReaderFlags enum directly instead of this field.", true)>]
val mutable FlagReaderNfcV : Android.Nfc.NfcReaderFlags

Field Value

Value = 8
Attributes

Remarks

Flag for use with #enableReaderMode(Activity, ReaderCallback, int, Bundle).

Setting this flag enables polling for Nfc-V (ISO15693) technology.

Java documentation for android.nfc.NfcAdapter.FLAG_READER_NFC_V.

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