Android.Service.Voice.VoiceInteractionSession: Method Members

The methods of Android.Service.Voice.VoiceInteractionSession are listed below. For a list of all members, see the VoiceInteractionSession Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Finish()
Finish the session.
OnCloseSystemDialogs()
Sessions automatically watch for requests that all system UI be closed (such as when the user presses HOME), which will appear here.
OnCreate(Android.OS.Bundle)
Initiatize a new session.
OnDestroy()
Last callback to the session as it is being finished.
OnKeyDown(Android.Views.Keycode, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
OnKeyLongPress(Android.Views.Keycode, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
OnKeyMultiple(Android.Views.Keycode, int, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
OnKeyUp(Android.Views.Keycode, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
SetContentView(Android.Views.View)