C# Class android.speech.RecognitionService

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

Public Methods

Method Description
onBind ( android arg0 ) : global::android.os.IBinder
onDestroy ( ) : void

Protected Methods

Method Description
RecognitionService ( global @__env )
onCancel ( android arg0 ) : void
onStartListening ( android arg0, android arg1 ) : void
onStopListening ( android arg0 ) : void

Private Methods

Method Description
RecognitionService ( )

Method Details

RecognitionService() protected method

protected RecognitionService ( global @__env )
@__env global

onBind() public final method

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

onCancel() protected abstract method

protected abstract onCancel ( android arg0 ) : void
arg0 android
return void

onDestroy() public method

public onDestroy ( ) : void
return void

onStartListening() protected abstract method

protected abstract onStartListening ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

onStopListening() protected abstract method

protected abstract onStopListening ( android arg0 ) : void
arg0 android
return void