C# Class android.speech.RecognitionService

Inheritance: android.app.Service
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
onBind ( android arg0 ) : global::android.os.IBinder
onDestroy ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
RecognitionService ( )

Method Details

RecognitionService() protected méthode

protected RecognitionService ( global @__env )
@__env global

onBind() public final méthode

public final onBind ( android arg0 ) : global::android.os.IBinder
arg0 android
Résultat global::android.os.IBinder

onCancel() protected abstract méthode

protected abstract onCancel ( android arg0 ) : void
arg0 android
Résultat void

onDestroy() public méthode

public onDestroy ( ) : void
Résultat void

onStartListening() protected abstract méthode

protected abstract onStartListening ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Résultat void

onStopListening() protected abstract méthode

protected abstract onStopListening ( android arg0 ) : void
arg0 android
Résultat void