次の方法で共有


SecurityLog.TagLoggingStopped フィールド

定義

注意事項

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

監査ログのシャットダウンを示します。

[Android.Runtime.Register("TAG_LOGGING_STOPPED", 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 TagLoggingStopped = 210012;
[<Android.Runtime.Register("TAG_LOGGING_STOPPED", 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 TagLoggingStopped : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210012
属性

注釈

監査ログのシャットダウンを示します。 ログ イベントに追加のペイロードはありません。

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

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

適用対象