The members of Android.Appwidget.AppWidgetProvider are listed below.
See Also: Inherited members from Android.Content.BroadcastReceiver
Constructor to initialize AppWidgetProvider. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |