Freigeben über


AutomaticZenRule.TypeOther Field

Definition

Caution

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

Rule is of a known type, but not one of the specific types.

[Android.Runtime.Register("TYPE_OTHER", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AutomaticZenRuleType enum directly instead of this field.", true)]
public const Android.App.AutomaticZenRuleType TypeOther = 0;
[<Android.Runtime.Register("TYPE_OTHER", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AutomaticZenRuleType enum directly instead of this field.", true)>]
val mutable TypeOther : Android.App.AutomaticZenRuleType

Field Value

Value = 0

Implements

Attributes

Remarks

Rule is of a known type, but not one of the specific types.

Java documentation for android.app.AutomaticZenRule.TYPE_OTHER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to