Share via


SecurityLog.TagOsShutdown フィールド

定義

注意事項

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

Android OS がシャットダウンされたことを示します。

[Android.Runtime.Register("TAG_OS_SHUTDOWN", 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 TagOsShutdown = 210010;
[<Android.Runtime.Register("TAG_OS_SHUTDOWN", 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 TagOsShutdown : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210010
属性

注釈

Android OS がシャットダウンされたことを示します。 ログ イベントに追加のペイロードはありません。

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

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

適用対象