Share via


RecognitionService.SupportCallback.OnSupportResult(RecognitionSupport) Method

Definition

The service should call this method to notify the caller about the level of support.

[Android.Runtime.Register("onSupportResult", "(Landroid/speech/RecognitionSupport;)V", "GetOnSupportResult_Landroid_speech_RecognitionSupport_Handler", ApiSince=33)]
public virtual void OnSupportResult (Android.Speech.RecognitionSupport recognitionSupport);
[<Android.Runtime.Register("onSupportResult", "(Landroid/speech/RecognitionSupport;)V", "GetOnSupportResult_Landroid_speech_RecognitionSupport_Handler", ApiSince=33)>]
abstract member OnSupportResult : Android.Speech.RecognitionSupport -> unit
override this.OnSupportResult : Android.Speech.RecognitionSupport -> unit

Parameters

recognitionSupport
RecognitionSupport
Attributes

Remarks

The service should call this method to notify the caller about the level of support.

Java documentation for android.speech.RecognitionService.SupportCallback.onSupportResult(android.speech.RecognitionSupport).

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