- context
- The Android.Content.Context in which this receiver is running.
- appWidgetManager
- A Android.Appwidget.AppWidgetManager object you can call AppWidgetManager.UpdateAppWidget(Android.Content.ComponentName, Android.Widget.RemoteViews) on.
- appWidgetIds
- The appWidgetIds for which an update is needed. Note that this may be all of the AppWidget instances for this provider, or just a subset of them.
Called in response to the AppWidgetManager.ActionAppwidgetUpdate and AppWidgetManager.ActionAppwidgetRestored broadcasts when this AppWidget provider is being asked to provide Android.Widget.RemoteViews for a set of AppWidgets. Override this method to implement your own AppWidget functionality.