次の方法で共有


SecurityLog.TagRemoteLock フィールド

定義

注意事項

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

管理者がデバイスまたはプロファイルをリモートでロックしたことを示します。

[Android.Runtime.Register("TAG_REMOTE_LOCK", ApiSince=28)]
[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 TagRemoteLock = 210022;
[<Android.Runtime.Register("TAG_REMOTE_LOCK", ApiSince=28)>]
[<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 TagRemoteLock : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210022
属性

注釈

管理者がデバイスまたはプロファイルをリモートでロックしたことを示します。 ログ エントリには、配列にObjectカプセル化されたイベントに関する次の情報が含まれています。li [0] 管理パッケージ名 (String)、<li>> [1] 管理者ユーザー ID (Integer) からアクセスできますSecurityEvent#getData()<。 <li> [2] ターゲット ユーザー ID (Integer)

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

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

適用対象