WallpaperService.OnCreateEngine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Must be implemented to return a new instance of the wallpaper's engine.
[Android.Runtime.Register("onCreateEngine", "()Landroid/service/wallpaper/WallpaperService$Engine;", "GetOnCreateEngineHandler")]
public abstract Android.Service.Wallpaper.WallpaperService.Engine? OnCreateEngine ();
[<Android.Runtime.Register("onCreateEngine", "()Landroid/service/wallpaper/WallpaperService$Engine;", "GetOnCreateEngineHandler")>]
abstract member OnCreateEngine : unit -> Android.Service.Wallpaper.WallpaperService.Engine
Returns
- Attributes
Remarks
Java documentation for android.service.wallpaper.WallpaperService.onCreateEngine()
.
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.