AutomaticZenRule.InterruptionFilter Property

Definition

Returns the interruption filter that is applied when this rule is active.

public int InterruptionFilter { [Android.Runtime.Register("getInterruptionFilter", "()I", "", ApiSince=24)] get; [Android.Runtime.Register("setInterruptionFilter", "(I)V", "", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getInterruptionFilter", "()I", "", ApiSince=24)>]
[<set: Android.Runtime.Register("setInterruptionFilter", "(I)V", "", ApiSince=24)>]
member this.InterruptionFilter : int with get, set

Property Value

Attributes

Remarks

Returns the interruption filter that is applied when this rule is active.

Android reference for android.app.AutomaticZenRule.getInterruptionFilter.

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