NotificationManager.AutomaticRuleStatusRemoved Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 dada foi excluída.
[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
Valor do campo
Value = 3- Atributos
Comentários
Valor constante para #EXTRA_AUTOMATIC_ZEN_RULE_STATUS
- a regra dada foi excluída. Outras chamadas para #setAutomaticZenRuleState(String, Condition)
serão ignoradas.
Documentação Java para android.app.NotificationManager.AUTOMATIC_RULE_STATUS_REMOVED
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.