Notifies the service that it should start listening for speech.
Syntax
[Android.Runtime.Register("onStartListening", "(Landroid/content/Intent;Landroid/speech/RecognitionService$Callback;)V", "GetOnStartListening_Landroid_content_Intent_Landroid_speech_RecognitionService_Callback_Handler")]
protected abstract
void OnStartListening (
Android.Content.Intent recognizerIntent,
RecognitionService.Callback listener)
Parameters
- recognizerIntent
- contains parameters for the recognition to be performed. The intent
may also contain optional extras, see Android.Speech.RecognizerIntent. If these values are
not set explicitly, default values should be used by the recognizer.
- listener
- that will receive the service's callbacks
Remarks
Requirements
Namespace: Android.Speech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8