Compartir a través de


SecurityLog.TagLoggingStarted 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 el inicio del registro de auditoría.

[Android.Runtime.Register("TAG_LOGGING_STARTED", ApiSince=28)]
[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 TagLoggingStarted = 210011;
[<Android.Runtime.Register("TAG_LOGGING_STARTED", ApiSince=28)>]
[<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 TagLoggingStarted : Android.App.Admin.SecurityLogTags

Valor de campo

Value = 210011
Atributos

Comentarios

Indica el inicio del registro de auditoría. No hay ninguna carga adicional en el evento de registro.

Documentación de Java para android.app.admin.SecurityLog.TAG_LOGGING_STARTED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a