The members of Android.Service.Voice.VoiceInteractionService are listed below.
See Also: Inherited members from Android.App.Service
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ServiceInterface | string. The Android.Content.Intent that must be declared as handled by the service. |
const | ServiceMetaData | string. Name under which a VoiceInteractionService component publishes information about itself. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CreateAlwaysOnHotwordDetector(string, Java.Util.Locale, AlwaysOnHotwordDetector.Callback)Creates an Android.Service.Voice.AlwaysOnHotwordDetector for the given keyphrase and locale. | ||
static | IsActiveService(Android.Content.Context, Android.Content.ComponentName)Check whether the given service component is the currently active VoiceInteractionService. | |
override | OnBind(Android.Content.Intent)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. |