Android.Appwidget.AppWidgetProviderInfo.Provider Property
Identity of this AppWidget component.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Identity of this AppWidget component. This component should be a Android.Content.BroadcastReceiver, and it will be sent the AppWidget intents Android.Appwidget.

This field corresponds to the android:name attribute in the <receiver> element in the AndroidManifest.xml file.

[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