C# Class android.app.Service

Inheritance: android.content.ContextWrapper, android.content.ComponentCallbacks
ファイルを表示 Open project: JeroMiya/androidmono

Public Methods

Method Description
getApplication ( ) : global::android.app.Application
onBind ( android arg0 ) : global::android.os.IBinder
onConfigurationChanged ( android arg0 ) : void
onCreate ( ) : void
onDestroy ( ) : void
onLowMemory ( ) : void
onRebind ( android arg0 ) : void
onStart ( android arg0, int arg1 ) : void
onStartCommand ( android arg0, int arg1, int arg2 ) : int
onUnbind ( android arg0 ) : bool
setForeground ( bool arg0 ) : void
startForeground ( int arg0, android arg1 ) : void
stopForeground ( bool arg0 ) : void
stopSelf ( ) : void
stopSelf ( int arg0 ) : void
stopSelfResult ( int arg0 ) : bool

Protected Methods

Method Description
Service ( global @__env )
dump ( java arg0, java arg1, java arg2 ) : void
finalize ( ) : void

Private Methods

Method Description
Service ( )

Method Details

Service() protected method

protected Service ( global @__env )
@__env global

dump() protected method

protected dump ( java arg0, java arg1, java arg2 ) : void
arg0 java
arg1 java
arg2 java
return void

finalize() protected method

protected finalize ( ) : void
return void

getApplication() public method

public getApplication ( ) : global::android.app.Application
return global::android.app.Application

onBind() public abstract method

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

onConfigurationChanged() public method

public onConfigurationChanged ( android arg0 ) : void
arg0 android
return void

onCreate() public method

public onCreate ( ) : void
return void

onDestroy() public method

public onDestroy ( ) : void
return void

onLowMemory() public method

public onLowMemory ( ) : void
return void

onRebind() public method

public onRebind ( android arg0 ) : void
arg0 android
return void

onStart() public method

public onStart ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

onStartCommand() public method

public onStartCommand ( android arg0, int arg1, int arg2 ) : int
arg0 android
arg1 int
arg2 int
return int

onUnbind() public method

public onUnbind ( android arg0 ) : bool
arg0 android
return bool

setForeground() public method

public setForeground ( bool arg0 ) : void
arg0 bool
return void

startForeground() public method

public startForeground ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

stopForeground() public method

public stopForeground ( bool arg0 ) : void
arg0 bool
return void

stopSelf() public method

public stopSelf ( ) : void
return void

stopSelf() public method

public stopSelf ( int arg0 ) : void
arg0 int
return void

stopSelfResult() public method

public stopSelfResult ( int arg0 ) : bool
arg0 int
return bool