Idioma

NfcAdapter.FlagReaderDisable Campo

Definição

Cuidado

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

Sinalizadores para uso com #setDiscoveryTechnology(Activity, int, int).

[Android.Runtime.Register("FLAG_READER_DISABLE", 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 FlagReaderDisable = 0;
[<Android.Runtime.Register("FLAG_READER_DISABLE", 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 FlagReaderDisable : Android.Nfc.NfcReaderFlags

Valor do campo

Value = 0
Atributos

Comentários

Sinalizadores para uso com #setDiscoveryTechnology(Activity, int, int).

Definir esse sinalizador desabilita a sondagem.

Java documentação para android.nfc.NfcAdapter.FLAG_READER_DISABLE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a