VoiceInteractor.ConfirmationRequest.OnConfirmationResult Method

Definition

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.

Java documentation for android.app.VoiceInteractor.ConfirmationRequest.onConfirmationResult(boolean, android.os.Bundle).

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.

Applies to