AutomaticZenRule.ConditionId Property

Definition

Returns 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

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

Android reference for android.app.AutomaticZenRule.getConditionId.

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