AutomaticZenRule.Builder.SetManualInvocationAllowed(Boolean) Method

Definition

Sets whether this rule can be manually activated by the user even when the triggering condition for the rule is not met.

[Android.Runtime.Register("setManualInvocationAllowed", "(Z)Landroid/app/AutomaticZenRule$Builder;", "", ApiSince=35)]
public Android.App.AutomaticZenRule.Builder SetManualInvocationAllowed(bool allowManualInvocation);
[<Android.Runtime.Register("setManualInvocationAllowed", "(Z)Landroid/app/AutomaticZenRule$Builder;", "", ApiSince=35)>]
member this.SetManualInvocationAllowed : bool -> Android.App.AutomaticZenRule.Builder

Parameters

allowManualInvocation
Boolean

boolean

Returns

This Android.App.AutomaticZenRule.Builder instance, allowing calls to be chained.

Attributes

Remarks

Sets whether this rule can be manually activated by the user even when the triggering condition for the rule is not met.

Android reference for android.app.AutomaticZenRule.Builder.setManualInvocationAllowed.

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