Share via


NfcAdapter.FlagReaderNfcBarcode フィールド

定義

注意事項

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

#enableReaderMode(Activity, ReaderCallback, int, Bundle)使用するフラグ。

[Android.Runtime.Register("FLAG_READER_NFC_BARCODE")]
[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 FlagReaderNfcBarcode = 16;
[<Android.Runtime.Register("FLAG_READER_NFC_BARCODE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.NfcReaderFlags enum directly instead of this field.", true)>]
val mutable FlagReaderNfcBarcode : Android.Nfc.NfcReaderFlags

フィールド値

Value = 16
属性

注釈

#enableReaderMode(Activity, ReaderCallback, int, Bundle)使用するフラグ。

このフラグを設定すると、NfcBarcode テクノロジのポーリングが有効になります。

android.nfc.NfcAdapter.FLAG_READER_NFC_BARCODEJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象