NotificationManager.AutomaticRuleStatusEnabled フィールド

定義

注意事項

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

#EXTRA_AUTOMATIC_ZEN_RULE_STATUSの定数値 - 指定されたルールが現在存在し、有効になっています。

[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

フィールド値

Value = 1
属性

注釈

#EXTRA_AUTOMATIC_ZEN_RULE_STATUSの定数値 - 指定されたルールが現在存在し、有効になっています。 #setAutomaticZenRuleState(String, Condition)を使用して、状態の変更を引き続き提供する必要があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象