SecurityLog.TagNfcDisabled フィールド

定義

注意事項

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

NFC サービスが無効になっていることを示します。

[Android.Runtime.Register("TAG_NFC_DISABLED", ApiSince=36)]
[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 TagNfcDisabled = 210046;
[<Android.Runtime.Register("TAG_NFC_DISABLED", ApiSince=36)>]
[<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 TagNfcDisabled : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210046
属性

注釈

NFC サービスが無効になっていることを示します。 ログ イベントに追加のペイロードはありません。

Javaドキュメント。

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

適用対象