Android.Service.Wallpaper.WallpaperService Class
A wallpaper service is responsible for showing a live wallpaper behind applications that would like to sit on top of it.

See Also: WallpaperService Members

Syntax

[Android.Runtime.Register("android/service/wallpaper/WallpaperService", DoNotGenerateAcw=true)]
public abstract class WallpaperService : Android.App.Service

Remarks

A wallpaper service is responsible for showing a live wallpaper behind applications that would like to sit on top of it. This service object itself does very little -- its only purpose is to generate instances of NoType:android/service/wallpaper/WallpaperService$Engine;Href=../../../../reference/android/service/wallpaper/WallpaperService.Engine.html as needed. Implementing a wallpaper thus involves subclassing from this, subclassing an Engine implementation, and implementing WallpaperService.OnCreateEngine to return a new instance of your engine.

[Android Documentation]

Requirements

Namespace: Android.Service.Wallpaper
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7