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
属性

注釈

イベントに管理者の注意が必要になる可能性があることを示すイベントの重大度レベル。

android.app.admin.SecurityLog.LEVEL_WARNINGJava ドキュメント。

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

適用対象