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)的标志

设置此标志可让调用方在发现标记时阻止平台播放声音。

适用于 . 的 android.nfc.NfcAdapter.FLAG_READER_NO_PLATFORM_SOUNDSJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于