The fields 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
const | ActionAppwidgetBind | string. Activity action to launch from your Android.Appwidget.AppWidgetHost activity when you want to bind an AppWidget to display and bindAppWidgetIdIfAllowed returns false. |
const | ActionAppwidgetConfigure | string. Sent when it is time to configure your AppWidget while it is being added to a host. |
const | ActionAppwidgetDeleted | string. Sent when an instance of an AppWidget is deleted from its host. |
const | ActionAppwidgetDisabled | string. Sent when the last AppWidget of this provider is removed from the last host. |
const | ActionAppwidgetEnabled | string. Sent when an instance of an AppWidget is added to a host for the first time. |
const | ActionAppwidgetHostRestored | string. Sent to widget hosts after AppWidget state related to the host has been restored from backup. |
const | ActionAppwidgetOptionsChanged | string. Sent when the custom extras for an AppWidget change. |
const | ActionAppwidgetPick | string. Activity action to launch from your Android.Appwidget.AppWidgetHost activity when you want to pick an AppWidget to display. |
const | ActionAppwidgetRestored | string. Sent to an Android.Appwidget.AppWidgetProvider after AppWidget state related to that provider has been restored from backup. |
const | ActionAppwidgetUpdate | string. Sent when it is time to update your AppWidget. |
const | ExtraAppwidgetId | string. An intent extra that contains one appWidgetId. |
const | ExtraAppwidgetIds | string. An intent extra that contains multiple appWidgetIds. |
const | ExtraAppwidgetOldIds | string. An intent extra that contains multiple appWidgetIds. |
const | ExtraAppwidgetOptions | string. An intent extra which points to a bundle of extra information for a particular widget id. |
const | ExtraAppwidgetProvider | string. An intent extra that contains the component name of a AppWidget provider. |
const | ExtraAppwidgetProviderProfile | string. An intent extra that contains the user handle of the profile under which an AppWidget provider is registered. |
const | ExtraCustomExtras | string. An intent extra to pass to the AppWidget picker containing a Java.Util.IList of Android.OS.Bundle objects to mix in to the list of AppWidgets that are installed. |
const | ExtraCustomInfo | string. An intent extra to pass to the AppWidget picker containing a Java.Util.IList of Android.Appwidget.AppWidgetProviderInfo objects to mix in to the list of AppWidgets that are installed. |
const | ExtraHostId | string. An intent extra attached to the AppWidgetManager.ActionAppwidgetHostRestored broadcast, indicating the integer ID of the host whose widgets have just been restored. |
const | InvalidAppwidgetId | int (0). A sentinel value that the AppWidget manager will never return as a appWidgetId. |
const | MetaDataAppwidgetProvider | string. Field for the manifest meta-data tag. |
const | OptionAppwidgetHostCategory | string. A bundle extra that hints to the AppWidgetProvider the category of host that owns this this widget. |
const | OptionAppwidgetMaxHeight | string. A bundle extra that contains the upper bound on the current width, in dips, of a widget instance. |
const | OptionAppwidgetMaxWidth | string. A bundle extra that contains the upper bound on the current width, in dips, of a widget instance. |
const | OptionAppwidgetMinHeight | string. A bundle extra that contains the lower bound on the current height, in dips, of a widget instance. |
const | OptionAppwidgetMinWidth | string. A bundle extra that contains the lower bound on the current width, in dips, of a widget instance. |