Android.Appwidget.AppWidgetProviderInfo.Configure Property
The activity to launch that will configure the AppWidget.

Syntax

[Android.Runtime.Register("configure")]
public Android.Content.ComponentName Configure { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The activity to launch that will configure the AppWidget.

This class name of field corresponds to the android:configure attribute in the AppWidget meta-data file. The package name always corresponds to the package containing the AppWidget provider.

[Android Documentation]

Requirements

Namespace: Android.Appwidget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3