AutomaticZenRule.ConfigurationActivity Property

Definition

Returns the ComponentName of the activity that shows configuration options for this rule.

public Android.Content.ComponentName? ConfigurationActivity { [Android.Runtime.Register("getConfigurationActivity", "()Landroid/content/ComponentName;", "", ApiSince=29)] get; [Android.Runtime.Register("setConfigurationActivity", "(Landroid/content/ComponentName;)V", "", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getConfigurationActivity", "()Landroid/content/ComponentName;", "", ApiSince=29)>]
[<set: Android.Runtime.Register("setConfigurationActivity", "(Landroid/content/ComponentName;)V", "", ApiSince=29)>]
member this.ConfigurationActivity : Android.Content.ComponentName with get, set

Property Value

This value may be null.

Attributes

Remarks

Returns the ComponentName of the activity that shows configuration options for this rule.

Android reference for android.app.AutomaticZenRule.getConfigurationActivity.

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