SecurityLog.TagNfcEnabled Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
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_ENABLED", 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 TagNfcEnabled = 210045;
[<Android.Runtime.Register("TAG_NFC_ENABLED", 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 TagNfcEnabled : Android.App.Admin.SecurityLogTags
Значение поля
Value = 210045- Атрибуты
Комментарии
Указывает, что служба NFC включена. В событии журнала нет дополнительных полезных данных.
Java документации по android.app.admin.SecurityLog.TAG_NFC_ENABLED.
Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".