NotificationManager.AutomaticRuleStatusRemoved Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 gelöscht.
[Android.Runtime.Register("AUTOMATIC_RULE_STATUS_REMOVED", 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 AutomaticRuleStatusRemoved = 3;
[<Android.Runtime.Register("AUTOMATIC_RULE_STATUS_REMOVED", 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 AutomaticRuleStatusRemoved : Android.App.AutomaticRuleStatus
Feldwert
Value = 3- Attribute
Hinweise
Konstanter Wert für #EXTRA_AUTOMATIC_ZEN_RULE_STATUS
- die angegebene Regel wurde gelöscht. Weitere Aufrufe #setAutomaticZenRuleState(String, Condition)
werden ignoriert.
Java-Dokumentation für android.app.NotificationManager.AUTOMATIC_RULE_STATUS_REMOVED
.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.