Android.App.WallpaperInfo: Method Members

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

See Also: Inherited members from Java.Lang.Object

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Dump(Android.Util.IPrinter, string)
LoadAuthor(Android.Content.PM.PackageManager) : string
Documentation for this section has not yet been entered.
LoadAuthorFormatted(Android.Content.PM.PackageManager) : Java.Lang.ICharSequence
Return a string indicating the author(s) of this wallpaper.
LoadDescription(Android.Content.PM.PackageManager) : string
Documentation for this section has not yet been entered.
LoadDescriptionFormatted(Android.Content.PM.PackageManager) : Java.Lang.ICharSequence
Return a brief summary of this wallpaper's behavior.
LoadIcon(Android.Content.PM.PackageManager) : Android.Graphics.Drawables.Drawable
Load the user-displayed icon for this wallpaper.
LoadLabel(Android.Content.PM.PackageManager) : string
Documentation for this section has not yet been entered.
LoadLabelFormatted(Android.Content.PM.PackageManager) : Java.Lang.ICharSequence
Load the user-displayed label for this wallpaper.
LoadThumbnail(Android.Content.PM.PackageManager) : Android.Graphics.Drawables.Drawable
Load the thumbnail image for this wallpaper.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Used to package this object into a Android.OS.Parcel.