The members of Android.Appwidget.AppWidgetProviderInfo are listed below.
See Also: Inherited members from Java.Lang.Object
| Unflatten the AppWidgetProviderInfo from a parcel. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | WidgetCategoryHomeScreen | AppWidgetCategory (1). Indicates that the widget can be displayed on the home screen. |
const | WidgetCategoryKeyguard | AppWidgetCategory (2). Indicates that the widget can be displayed on the keyguard. |
const | WidgetCategorySearchbox | AppWidgetCategory (4). Indicates that the widget can be displayed within a space reserved for the search box. |
| AutoAdvanceViewId | int. The view id of the AppWidget subview which should be auto-advanced by the widget's host. | |
| Configure | Android.Content.ComponentName. The activity to launch that will configure the AppWidget. | |
| [read-only] static | Creator | Android.OS.IParcelableCreator. Parcelable. |
| Icon | int. The icon to display for this AppWidget in the AppWidget picker. | |
| InitialKeyguardLayout | int. The resource id of the initial layout for this AppWidget when it is displayed on keyguard. | |
| InitialLayout | int. The resource id of the initial layout for this AppWidget. | |
| Label | string. The label to display to the user in the AppWidget picker. | |
| MinHeight | int. The default height of the widget when added to a host, in dp. | |
| MinResizeHeight | int. Minimum height (in dp) which the widget can be resized to. | |
| MinResizeWidth | int. Minimum width (in dp) which the widget can be resized to. | |
| MinWidth | int. The default height of the widget when added to a host, in dp. | |
| PreviewImage | int. A preview of what the AppWidget will look like after it's configured. | |
| [read-only] | Profile | Android.OS.UserHandle. Gets the user profile in which the provider resides. |
| Provider | Android.Content.ComponentName. Identity of this AppWidget component. | |
| ResizeMode | ResizeMode. The rules by which a widget can be resized. | |
| UpdatePeriodMillis | int. How often, in milliseconds, that this AppWidget wants to be updated. | |
| WidgetCategory | AppWidgetCategory. Determines whether this widget can be displayed on the home screen, the keyguard, or both. |
| [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. |
Clone()Creates and returns a copy of this Object. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
LoadIcon(Android.Content.Context, int)Loads the icon to display for this AppWidget in the AppWidget picker. | ||
LoadLabel(Android.Content.PM.PackageManager)Loads the localized label to display to the user in the AppWidget picker. | ||
LoadPreviewImage(Android.Content.Context, int)Loads a preview of what the AppWidget will look like after it's configured. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. | ||