Condition.Id Property

Definition

The URI representing the rule being updated.

[Android.Runtime.Register("id", ApiSince=24)]
public Android.Net.Uri? Id { get; set; }
[<Android.Runtime.Register("id", ApiSince=24)>]
member this.Id : Android.Net.Uri with get, set

Property Value

Uri
Attributes

Remarks

The URI representing the rule being updated. See android.app.AutomaticZenRule#getConditionId().

Java documentation for android.service.notification.Condition.id.

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