Context.PeekWallpaper Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("peekWallpaper", "()Landroid/graphics/drawable/Drawable;", "GetPeekWallpaperHandler")]
[System.Obsolete("deprecated")]
public abstract Android.Graphics.Drawables.Drawable? PeekWallpaper ();
[<Android.Runtime.Register("peekWallpaper", "()Landroid/graphics/drawable/Drawable;", "GetPeekWallpaperHandler")>]
[<System.Obsolete("deprecated")>]
abstract member PeekWallpaper : unit -> Android.Graphics.Drawables.Drawable

Returns

Attributes

Remarks

This member is deprecated. Use android.app.WallpaperManager#peekDrawable WallpaperManager.peek() instead.

Java documentation for android.content.Context.peekWallpaper().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to