AutomaticZenRule.ConditionId Property

Definition

Returns the representation of the state that causes this rule to become active. -or- Sets the representation of the state that causes this rule to become active.

public Android.Net.Uri? ConditionId { [Android.Runtime.Register("getConditionId", "()Landroid/net/Uri;", "", ApiSince=24)] get; [Android.Runtime.Register("setConditionId", "(Landroid/net/Uri;)V", "", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getConditionId", "()Landroid/net/Uri;", "", ApiSince=24)>]
[<set: Android.Runtime.Register("setConditionId", "(Landroid/net/Uri;)V", "", ApiSince=24)>]
member this.ConditionId : Android.Net.Uri with get, set

Property Value

Uri
Attributes

Remarks

Property getter documentation:

Returns the representation of the state that causes this rule to become active.

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

Property setter documentation:

Sets the representation of the state that causes this rule to become active.

Java documentation for android.app.AutomaticZenRule.setConditionId(android.net.Uri).

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