Android.Service.Voice.VoiceInteractionService: Method Members

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

See Also: Inherited members from Android.App.Service

Public Methods

CreateAlwaysOnHotwordDetector(string, Java.Util.Locale, AlwaysOnHotwordDetector.Callback) : AlwaysOnHotwordDetector
Creates an Android.Service.Voice.AlwaysOnHotwordDetector for the given keyphrase and locale.
static
IsActiveService(Android.Content.Context, Android.Content.ComponentName) : bool
Check whether the given service component is the currently active VoiceInteractionService.
override
OnBind(Android.Content.Intent) : Android.OS.IBinder
Return the communication channel to the service.
OnReady()
Called during service initialization to tell you when the system is ready to receive interaction from it.
OnShutdown()
Called during service de-initialization to tell you when the system is shutting the service down.
StartSession(Android.OS.Bundle)
Initiate the execution of a new Android.Service.Voice.VoiceInteractionSession.