Android.Appwidget.AppWidgetProviderInfo: Method Members

The methods of Android.Appwidget.AppWidgetProviderInfo are listed below. For a list of all members, see the AppWidgetProviderInfo Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Clone() : AppWidgetProviderInfo
Creates and returns a copy of this Object.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
LoadIcon(Android.Content.Context, int) : Android.Graphics.Drawables.Drawable
Loads the icon to display for this AppWidget in the AppWidget picker.
LoadLabel(Android.Content.PM.PackageManager) : string
Loads the localized label to display to the user in the AppWidget picker.
LoadPreviewImage(Android.Content.Context, int) : Android.Graphics.Drawables.Drawable
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.