Share via


RecognitionService.OnStopListening(RecognitionService+Callback) Method

Definition

Notifies the service that it should stop listening for speech.

[Android.Runtime.Register("onStopListening", "(Landroid/speech/RecognitionService$Callback;)V", "GetOnStopListening_Landroid_speech_RecognitionService_Callback_Handler")]
protected abstract void OnStopListening (Android.Speech.RecognitionService.Callback? listener);
[<Android.Runtime.Register("onStopListening", "(Landroid/speech/RecognitionService$Callback;)V", "GetOnStopListening_Landroid_speech_RecognitionService_Callback_Handler")>]
abstract member OnStopListening : Android.Speech.RecognitionService.Callback -> unit

Parameters

Attributes

Remarks

Java documentation for android.speech.RecognitionService.onStopListening(android.speech.Callback).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to