Condition.StateFalse Поле

Определение

Внимание!

This constant will be removed in the future version. Use Android.Service.Notification.ConditionState enum directly instead of this field.

Указывает, что параметр "Не беспокоить" должен быть отключен.

[Android.Runtime.Register("STATE_FALSE", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.ConditionState enum directly instead of this field.", true)]
public const Android.Service.Notification.ConditionState StateFalse = 0;
[<Android.Runtime.Register("STATE_FALSE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.ConditionState enum directly instead of this field.", true)>]
val mutable StateFalse : Android.Service.Notification.ConditionState

Значение поля

Value = 0

Реализации

Атрибуты

Комментарии

Указывает, что параметр "Не беспокоить" должен быть отключен. Обратите внимание, что для отключения "Не беспокоить" на устройстве должны быть отключены все условия от всех android.app.AutomaticZenRule поставщиков.

Документация по Java для android.service.notification.Condition.STATE_FALSE.

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к