Lingua

AutomaticZenRule.ConfigurationActivity Property

Definition

Returns the ComponentName of the activity that shows configuration options for this rule. -or- Sets the configuration activity - an activity that handles NotificationManager#ACTION_AUTOMATIC_ZEN_RULE and shows more information about this rule and/or allows the user to configure it.

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