Condividi tramite


NfcAdapter.FlagReaderNoPlatformSounds Campo

Definizione

Attenzione

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

Flag da usare con #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

Valore del campo

Value = 256
Attributi

Commenti

Flag da usare con #enableReaderMode(Activity, ReaderCallback, int, Bundle).

L'impostazione di questo flag consente al chiamante di impedire alla piattaforma di riprodurre suoni quando individua un tag.

Documentazione java per android.nfc.NfcAdapter.FLAG_READER_NO_PLATFORM_SOUNDS.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a