AutomaticZenRule.ConditionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.