IRecognitionListener.OnEvent(Int32, Bundle) Method

Definition

Reserved for adding future events.

[Android.Runtime.Register("onEvent", "(ILandroid/os/Bundle;)V", "GetOnEvent_ILandroid_os_Bundle_Handler:Android.Speech.IRecognitionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnEvent (int eventType, Android.OS.Bundle? params);
[<Android.Runtime.Register("onEvent", "(ILandroid/os/Bundle;)V", "GetOnEvent_ILandroid_os_Bundle_Handler:Android.Speech.IRecognitionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnEvent : int * Android.OS.Bundle -> unit

Parameters

eventType
Int32

the type of the occurred event

params
Bundle

a Bundle containing the passed parameters

Attributes

Remarks

Reserved for adding future events.

Java documentation for android.speech.RecognitionListener.onEvent(int, android.os.Bundle).

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