Idioma

NotificationManager.AutomaticRuleStatusDisabled Campo

Definição

Cuidado

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

Valor constante para #EXTRA_AUTOMATIC_ZEN_RULE_STATUS - a regra fornecida atualmente existe, mas está desabilitada.

[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

Valor do campo

Value = 2
Atributos

Comentários

Valor constante para EXTRA_AUTOMATIC_ZEN_RULE_STATUS – a regra fornecida atualmente existe, mas está desabilitada. Você não precisa continuar fornecendo alterações de estado por meio de setAutomaticZenRuleState(String,Condition) até que a regra seja reenabled.

Referência do Android para android.app.NotificationManager.AUTOMATIC_RULE_STATUS_DISABLED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a