VoiceInteractionSession.OnRequestCommand Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Process an arbitrary extended command from the caller,
corresponding to a android.app.VoiceInteractor.CommandRequest
VoiceInteractor.CommandRequest
.
[Android.Runtime.Register("onRequestCommand", "(Landroid/service/voice/VoiceInteractionSession$CommandRequest;)V", "GetOnRequestCommand_Landroid_service_voice_VoiceInteractionSession_CommandRequest_Handler", ApiSince=23)]
public virtual void OnRequestCommand (Android.Service.Voice.VoiceInteractionSession.CommandRequest? request);
[<Android.Runtime.Register("onRequestCommand", "(Landroid/service/voice/VoiceInteractionSession$CommandRequest;)V", "GetOnRequestCommand_Landroid_service_voice_VoiceInteractionSession_CommandRequest_Handler", ApiSince=23)>]
abstract member OnRequestCommand : Android.Service.Voice.VoiceInteractionSession.CommandRequest -> unit
override this.OnRequestCommand : Android.Service.Voice.VoiceInteractionSession.CommandRequest -> unit
Parameters
The active request.
- Attributes
Remarks
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.