VoiceInteractionSession.OnRequestConfirmation 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.
Request to confirm with the user before proceeding with an unrecoverable operation,
corresponding to a android.app.VoiceInteractor.ConfirmationRequest
VoiceInteractor.ConfirmationRequest
.
[Android.Runtime.Register("onRequestConfirmation", "(Landroid/service/voice/VoiceInteractionSession$ConfirmationRequest;)V", "GetOnRequestConfirmation_Landroid_service_voice_VoiceInteractionSession_ConfirmationRequest_Handler", ApiSince=23)]
public virtual void OnRequestConfirmation (Android.Service.Voice.VoiceInteractionSession.ConfirmationRequest? request);
[<Android.Runtime.Register("onRequestConfirmation", "(Landroid/service/voice/VoiceInteractionSession$ConfirmationRequest;)V", "GetOnRequestConfirmation_Landroid_service_voice_VoiceInteractionSession_ConfirmationRequest_Handler", ApiSince=23)>]
abstract member OnRequestConfirmation : Android.Service.Voice.VoiceInteractionSession.ConfirmationRequest -> unit
override this.OnRequestConfirmation : Android.Service.Voice.VoiceInteractionSession.ConfirmationRequest -> 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.