The methods of Android.Appwidget.AppWidgetProvider are listed below. For a list of all members, see the AppWidgetProvider Members list.
See Also: Inherited members from Android.Content.BroadcastReceiver
OnAppWidgetOptionsChanged(Android.Content.Context, AppWidgetManager, int, Android.OS.Bundle)Called in response to the AppWidgetManager.ActionAppwidgetOptionsChanged broadcast when this widget has been layed out at a new size. | ||
OnDeleted(Android.Content.Context, int[])Called in response to the AppWidgetManager.ActionAppwidgetDeleted broadcast when one or more AppWidget instances have been deleted. | ||
OnDisabled(Android.Content.Context)Called in response to the AppWidgetManager.ActionAppwidgetDisabled broadcast, which is sent when the last AppWidget instance for this provider is deleted. | ||
OnEnabled(Android.Content.Context)Called in response to the AppWidgetManager.ActionAppwidgetEnabled broadcast when the a AppWidget for this provider is instantiated. | ||
override | OnReceive(Android.Content.Context, Android.Content.Intent)Implements Android.Content.BroadcastReceiver.OnReceive(Android.Content.Context, Android.Content.Intent) to dispatch calls to the various other methods on AppWidgetProvider. | |
OnRestored(Android.Content.Context, int[], int[])Called in response to the AppWidgetManager.ActionAppwidgetRestored broadcast when instances of this AppWidget provider have been restored from backup. | ||
OnUpdate(Android.Content.Context, AppWidgetManager, int[])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. |