NotificationManager.AutomaticRuleStatusEnabled 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 existe atualmente e está habilitada.

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

Valor do campo

Value = 1
Atributos

Comentários

Valor constante para #EXTRA_AUTOMATIC_ZEN_RULE_STATUS – a regra fornecida existe atualmente e está habilitada. Você deve continuar fornecendo alterações de estado por meio de #setAutomaticZenRuleState(String, Condition).

Java documentação para android.app.NotificationManager.AUTOMATIC_RULE_STATUS_ENABLED.

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