VoiceInteractor.ConfirmationRequest.OnConfirmationResult 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.
Handle the confirmation result.
[Android.Runtime.Register("onConfirmationResult", "(ZLandroid/os/Bundle;)V", "GetOnConfirmationResult_ZLandroid_os_Bundle_Handler", ApiSince=23)]
public virtual void OnConfirmationResult (bool confirmed, Android.OS.Bundle? result);
[<Android.Runtime.Register("onConfirmationResult", "(ZLandroid/os/Bundle;)V", "GetOnConfirmationResult_ZLandroid_os_Bundle_Handler", ApiSince=23)>]
abstract member OnConfirmationResult : bool * Android.OS.Bundle -> unit
override this.OnConfirmationResult : bool * Android.OS.Bundle -> unit
Parameters
- confirmed
- Boolean
Whether the user confirmed or rejected the operation.
- result
- Bundle
Additional result information or null.
- Attributes
Remarks
Handle the confirmation result. Override this method to define the behavior when the user confirms or rejects the operation.
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.