C# Class android.service.wallpaper.WallpaperService

Inheritance: android.app.Service
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
onBind ( android arg0 ) : global::android.os.IBinder
onCreate ( ) : void
onCreateEngine ( ) : global::android.service.wallpaper.WallpaperService.Engine
onDestroy ( ) : void

Protected Methods

Method Description
WallpaperService ( global @__env )

Private Methods

Method Description
WallpaperService ( )

Method Details

WallpaperService() protected method

protected WallpaperService ( global @__env )
@__env global

onBind() public final method

public final onBind ( android arg0 ) : global::android.os.IBinder
arg0 android
return global::android.os.IBinder

onCreate() public method

public onCreate ( ) : void
return void

onCreateEngine() public abstract method

public abstract onCreateEngine ( ) : global::android.service.wallpaper.WallpaperService.Engine
return global::android.service.wallpaper.WallpaperService.Engine

onDestroy() public method

public onDestroy ( ) : void
return void