語言

SecurityLog.LevelWarning 欄位

定義

警告

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

事件嚴重程度表示事件可能需要管理員處理。

[Android.Runtime.Register("LEVEL_WARNING", 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 LevelWarning = 2;
[<Android.Runtime.Register("LEVEL_WARNING", 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 LevelWarning : Android.App.Admin.SecurityLogLevel

欄位值

Value = 2
屬性

備註

事件嚴重程度表示事件可能需要管理員處理。

Java 文件 android.app.admin.SecurityLog.LEVEL_WARNING

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於