Ler em inglês

Compartilhar via


SecurityLog.LevelInfo Campo

Definição

Cuidado

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

Nível de severidade do evento indicando que o evento corresponde ao fluxo de trabalho normal.

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

Valor do campo

Value = 1
Atributos

Comentários

Nível de severidade do evento indicando que o evento corresponde ao fluxo de trabalho normal.

Documentação Java para android.app.admin.SecurityLog.LEVEL_INFO.

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

Aplica-se a