Android.Service.Wallpaper.WallpaperService.OnCreateEngine Method
Must be implemented to return a new instance of the wallpaper's engine.

Syntax

[Android.Runtime.Register("onCreateEngine", "()Landroid/service/wallpaper/WallpaperService$Engine;", "GetOnCreateEngineHandler")]
public abstract WallpaperService.Engine OnCreateEngine ()

Returns

Documentation for this section has not yet been entered.

Remarks

Must be implemented to return a new instance of the wallpaper's engine. Note that multiple instances may be active at the same time, such as when the wallpaper is currently set as the active wallpaper and the user is in the wallpaper picker viewing a preview of it as well.

[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