Android.Appwidget.AppWidgetProvider Members

The members of Android.Appwidget.AppWidgetProvider are listed below.

See Also: Inherited members from Android.Content.BroadcastReceiver

Public Constructors

Constructor to initialize AppWidgetProvider.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

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.