Sprache

NotificationManager.AutomaticRuleStatusDisabled 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, ist aber deaktiviert.

[Android.Runtime.Register("AUTOMATIC_RULE_STATUS_DISABLED", 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 AutomaticRuleStatusDisabled = 2;
[<Android.Runtime.Register("AUTOMATIC_RULE_STATUS_DISABLED", 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 AutomaticRuleStatusDisabled : Android.App.AutomaticRuleStatus

Feldwert

Value = 2
Attribute

Hinweise

Konstanter Wert für EXTRA_AUTOMATIC_ZEN_RULE_STATUS – die angegebene Regel ist derzeit vorhanden, ist aber deaktiviert. Sie müssen weiterhin Zustandsänderungen über setAutomaticZenRuleState(String,Condition) bereitstellen, bis die Regel erneut aktiviert ist.

Android-Referenz für android.app.NotificationManager.AUTOMATIC_RULE_STATUS_DISABLED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: