NotificationManager.AutomaticRuleStatusUnknown 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 – der aktuelle Status der Regel ist bei der Ziel-SDK-Version unbekannt, und Sie sollten weiterhin Statusänderungen über setAutomaticZenRuleState(String,Condition) bereitstellen.

[Android.Runtime.Register("AUTOMATIC_RULE_STATUS_UNKNOWN", 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 AutomaticRuleStatusUnknown = -1;
[<Android.Runtime.Register("AUTOMATIC_RULE_STATUS_UNKNOWN", 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 AutomaticRuleStatusUnknown : Android.App.AutomaticRuleStatus

Feldwert

Value = -1
Attribute

Hinweise

Konstanter Wert für EXTRA_AUTOMATIC_ZEN_RULE_STATUS – der aktuelle Status der Regel ist bei der Ziel-SDK-Version unbekannt, und Sie sollten weiterhin Statusänderungen über setAutomaticZenRuleState(String,Condition) bereitstellen.

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

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: