Android.App.WallpaperManager.PeekDrawable Method
Retrieve the current system wallpaper; if there is no wallpaper set, a null pointer is returned.

Syntax

[Android.Runtime.Register("peekDrawable", "()Landroid/graphics/drawable/Drawable;", "GetPeekDrawableHandler")]
public virtual Android.Graphics.Drawables.Drawable PeekDrawable ()

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the current system wallpaper; if there is no wallpaper set, a null pointer is returned. This is returned as an abstract Drawable that you can install in a View to display whatever wallpaper the user has currently set.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5