言語

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ドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象