WallpaperManager.GetInstance(Context) Method

Definition

Retrieve a WallpaperManager associated with the given Context.

[Android.Runtime.Register("getInstance", "(Landroid/content/Context;)Landroid/app/WallpaperManager;", "")]
public static Android.App.WallpaperManager? GetInstance(Android.Content.Context? context);
[<Android.Runtime.Register("getInstance", "(Landroid/content/Context;)Landroid/app/WallpaperManager;", "")>]
static member GetInstance : Android.Content.Context -> Android.App.WallpaperManager

Parameters

context
Context

Context

Returns

The WallpaperManager associated with the supplied Context.

Attributes

Remarks

Retrieve a WallpaperManager associated with the given Context.

Android reference for android.app.WallpaperManager.getInstance.

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