SecurityLog.TagNfcDisabled Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.

Indica que el servicio NFC está deshabilitado.

[Android.Runtime.Register("TAG_NFC_DISABLED", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)]
public const Android.App.Admin.SecurityLogTags TagNfcDisabled = 210046;
[<Android.Runtime.Register("TAG_NFC_DISABLED", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)>]
val mutable TagNfcDisabled : Android.App.Admin.SecurityLogTags

Valor de campo

Value = 210046
Atributos

Comentarios

Indica que el servicio NFC está deshabilitado. No hay ninguna carga adicional en el evento de registro.

Java documentación para android.app.admin.SecurityLog.TAG_NFC_DISABLED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a