Android.Appwidget.AppWidgetManager.ActionAppwidgetEnabled Field
Sent when an instance of an AppWidget is added to a host for the first time.

Syntax

[Android.Runtime.Register("ACTION_APPWIDGET_ENABLED")]
public const string ActionAppwidgetEnabled

See Also

AppWidgetProvider.OnEnabled(Android.Content.Context)

Remarks

Sent when an instance of an AppWidget is added to a host for the first time. This broadcast is sent at boot time if there is a AppWidgetHost installed with an instance for this provider.

This is a protected intent that can only be sent by the system.

[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