The methods of Android.Appwidget.AppWidgetManager are listed below. For a list of all members, see the AppWidgetManager Members list.
See Also: Inherited members from Java.Lang.Object
BindAppWidgetId(int, Android.Content.ComponentName)Documentation for this section has not yet been entered. | ||
BindAppWidgetIdIfAllowed(int, Android.Content.ComponentName)Set the component for a given appWidgetId. | ||
BindAppWidgetIdIfAllowed(int, Android.Content.ComponentName, Android.OS.Bundle)Set the component for a given appWidgetId. | ||
BindAppWidgetIdIfAllowed(int, Android.OS.UserHandle, Android.Content.ComponentName, Android.OS.Bundle)Set the provider for a given appWidgetId if the caller has a permission. | ||
GetAppWidgetIds(Android.Content.ComponentName)Get the list of appWidgetIds that have been bound to the given AppWidget provider. | ||
GetAppWidgetInfo(int)Get the available info about the AppWidget. | ||
GetAppWidgetOptions(int)Get the extras associated with a given widget instance. | ||
GetInstalledProvidersForProfile(Android.OS.UserHandle)Gets the AppWidget providers for the given user profile. | ||
static | GetInstance(Android.Content.Context)Get the AppWidgetManager instance to use for the supplied Android.Content.Context object. | |
NotifyAppWidgetViewDataChanged(int, int)Notifies the specified collection view in the specified AppWidget instance to invalidate its data. | ||
NotifyAppWidgetViewDataChanged(int[], int)Notifies the specified collection view in all the specified AppWidget instances to invalidate their data. | ||
PartiallyUpdateAppWidget(int, Android.Widget.RemoteViews)Perform an incremental update or command on the widget specified by appWidgetId. | ||
PartiallyUpdateAppWidget(int[], Android.Widget.RemoteViews)Perform an incremental update or command on the widget(s) specified by appWidgetIds. | ||
UpdateAppWidget(Android.Content.ComponentName, Android.Widget.RemoteViews)Set the RemoteViews to use for all AppWidget instances for the supplied AppWidget provider. | ||
UpdateAppWidget(int, Android.Widget.RemoteViews)Set the RemoteViews to use for the specified appWidgetId. | ||
UpdateAppWidget(int[], Android.Widget.RemoteViews)Set the RemoteViews to use for the specified appWidgetIds. | ||
UpdateAppWidgetOptions(int, Android.OS.Bundle)Update the extras for a given widget instance. |