AutomaticZenRule.IsManualInvocationAllowed Property

Definition

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

public bool IsManualInvocationAllowed { [Android.Runtime.Register("isManualInvocationAllowed", "()Z", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isManualInvocationAllowed", "()Z", "", ApiSince=35)>]
member this.IsManualInvocationAllowed : bool

Property Value

Attributes

Remarks

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

Java documentation for android.app.AutomaticZenRule.isManualInvocationAllowed().

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