NfcAdapter.FlagReaderNoPlatformSounds フィールド

定義

注意事項

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

フィールド値

Value = 256
属性

注釈

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

このフラグを設定すると、呼び出し元は、タグを検出したときにプラットフォームがサウンドを再生するのを防ぐことができます。

の Java ドキュメント android.nfc.NfcAdapter.FLAG_READER_NO_PLATFORM_SOUNDS

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

適用対象