Freigeben über


NotificationManager.AutomaticRuleStatusEnabled Feld

Definition

Achtung

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

Konstanter Wert für #EXTRA_AUTOMATIC_ZEN_RULE_STATUS : Die angegebene Regel ist derzeit vorhanden und aktiviert.

[Android.Runtime.Register("AUTOMATIC_RULE_STATUS_ENABLED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AutomaticRuleStatus enum directly instead of this field.", true)]
public const Android.App.AutomaticRuleStatus AutomaticRuleStatusEnabled = 1;
[<Android.Runtime.Register("AUTOMATIC_RULE_STATUS_ENABLED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AutomaticRuleStatus enum directly instead of this field.", true)>]
val mutable AutomaticRuleStatusEnabled : Android.App.AutomaticRuleStatus

Feldwert

Value = 1
Attribute

Hinweise

Konstanter Wert für #EXTRA_AUTOMATIC_ZEN_RULE_STATUS : Die angegebene Regel ist derzeit vorhanden und aktiviert. Sie sollten weiterhin Zustandsänderungen über #setAutomaticZenRuleState(String, Condition)bereitstellen.

Java-Dokumentation für android.app.NotificationManager.AUTOMATIC_RULE_STATUS_ENABLED.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In der Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: