Android.Speech.RecognitionService.Callback.Error Method
The service should call this method when a network or recognition error occurred.

Syntax

[Android.Runtime.Register("error", "(I)V", "GetError_IHandler")]
public virtual void Error ([Android.Runtime.GeneratedEnum] SpeechRecognizerError error)

Parameters

error
code is defined in Android.Speech.SpeechRecognizer

Exceptions

TypeReason
Android.OS.RemoteException

Remarks

The service should call this method when a network or recognition error occurred.

[Android Documentation]

Requirements

Namespace: Android.Speech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8