NfcAdapter.FlagReaderKeep フィールド

定義

注意事項

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

#setDiscoveryTechnology(Activity, int, int)で使用するフラグ。

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

フィールド値

Value = -2147483648
属性

注釈

#setDiscoveryTechnology(Activity, int, int)で使用するフラグ。

このフラグを設定すると、ポーリングが現在格納されている既定のテクノロジ構成に設定されます。

Javaドキュメント。

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

適用対象