Android.App.WallpaperManager.HasResourceWallpaper Method
Return whether any users are currently set to use the wallpaper with the given resource ID.

Syntax

[Android.Runtime.Register("hasResourceWallpaper", "(I)Z", "GetHasResourceWallpaper_IHandler")]
public virtual bool HasResourceWallpaper (int resid)

Parameters

resid
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Return whether any users are currently set to use the wallpaper with the given resource ID. That is, their wallpaper has been set through WallpaperManager.SetResource(int) with the same resource id.

[Android Documentation]

Requirements

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