SecurityLog.TagUserRestrictionRemoved フィールド

定義

注意事項

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

管理者がユーザー制限を削除したことを示します。

[Android.Runtime.Register("TAG_USER_RESTRICTION_REMOVED", 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 TagUserRestrictionRemoved = 210028;
[<Android.Runtime.Register("TAG_USER_RESTRICTION_REMOVED", 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 TagUserRestrictionRemoved : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210028
属性

注釈

管理者がユーザー制限を削除したことを示します。 ログ エントリには、 イベントに関する次の情報が含まれており、配列に Object カプセル化され、 を介して SecurityEvent#getData()アクセスできます: <li> [0] 管理パッケージ名 (String) <li> [1] 管理者ユーザー ID (Integer) <li> [2] ユーザー制限 (String)

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

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

適用対象