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.

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к