Android.App.WallpaperInfo Members

The members of Android.App.WallpaperInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Properties

[read-only]
ComponentAndroid.Content.ComponentName. Return the component of the service that implements this wallpaper.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Used to make this class parcelable.
[read-only]
PackageNamestring. Return the .apk package that implements this wallpaper.
[read-only]
ServiceInfoAndroid.Content.PM.ServiceInfo. Return the raw information about the Service implementing this wallpaper.
[read-only]
ServiceNamestring. Return the class name of the service component that implements this wallpaper.
[read-only]
SettingsActivitystring. Return the class name of an activity that provides a settings UI for the wallpaper.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.