SecurityLog.TagKeyguardSecured フィールド

定義

注意事項

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

ユーザーまたはタイムアウトによって、デバイスがロックされていることを示します。

[Android.Runtime.Register("TAG_KEYGUARD_SECURED", ApiSince=24)]
[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 TagKeyguardSecured = 210008;
[<Android.Runtime.Register("TAG_KEYGUARD_SECURED", ApiSince=24)>]
[<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 TagKeyguardSecured : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210008
属性

注釈

ユーザーまたはタイムアウトによって、デバイスがロックされていることを示します。 ログ イベントに追加のペイロードはありません。

の Java ドキュメント android.app.admin.SecurityLog.TAG_KEYGUARD_SECURED

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

適用対象