Sprache

NotificationManager.AutomaticRuleStatusDeactivated 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 wurde vom Benutzer deaktiviert ("snoozed").

[Android.Runtime.Register("AUTOMATIC_RULE_STATUS_DEACTIVATED", ApiSince=35)]
[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 AutomaticRuleStatusDeactivated = 5;
[<Android.Runtime.Register("AUTOMATIC_RULE_STATUS_DEACTIVATED", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AutomaticRuleStatus enum directly instead of this field.", true)>]
val mutable AutomaticRuleStatusDeactivated : Android.App.AutomaticRuleStatus

Feldwert

Value = 5
Attribute

Hinweise

Konstanter Wert für EXTRA_AUTOMATIC_ZEN_RULE_STATUS – die angegebene Regel wurde vom Benutzer deaktiviert ("snoozed") wurde deaktiviert. Die Regel kehrt erst dann zu einem aktivierten Zustand zurück, wenn die App setAutomaticZenRuleState(String,Condition) mit Condition.STATE_FALSE aufruft (entweder sofort oder wenn die Triggerkriterien nicht mehr erfüllt sind) und dann Condition.STATE_TRUE, wenn die Triggerkriterien frisch erfüllt werden, oder wenn der Benutzer es erneut aktiviert.

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

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: