ContextWrapper.SetWallpaper Method

Definition

Overloads

SetWallpaper(Bitmap)
Obsolete.
SetWallpaper(Stream)
Obsolete.

SetWallpaper(Bitmap)

Caution

deprecated

[Android.Runtime.Register("setWallpaper", "(Landroid/graphics/Bitmap;)V", "GetSetWallpaper_Landroid_graphics_Bitmap_Handler")]
[System.Obsolete("deprecated")]
public override void SetWallpaper (Android.Graphics.Bitmap? bitmap);
[<Android.Runtime.Register("setWallpaper", "(Landroid/graphics/Bitmap;)V", "GetSetWallpaper_Landroid_graphics_Bitmap_Handler")>]
[<System.Obsolete("deprecated")>]
override this.SetWallpaper : Android.Graphics.Bitmap -> unit

Parameters

bitmap
Bitmap
Attributes

Exceptions

Remarks

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

SetWallpaper(Stream)

Caution

deprecated

[Android.Runtime.Register("setWallpaper", "(Ljava/io/InputStream;)V", "GetSetWallpaper_Ljava_io_InputStream_Handler")]
[System.Obsolete("deprecated")]
public override void SetWallpaper (System.IO.Stream? data);
[<Android.Runtime.Register("setWallpaper", "(Ljava/io/InputStream;)V", "GetSetWallpaper_Ljava_io_InputStream_Handler")>]
[<System.Obsolete("deprecated")>]
override this.SetWallpaper : System.IO.Stream -> unit

Parameters

data
Stream
Attributes

Exceptions

Remarks

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