VoiceInteractor.Request.OnCancel Method

Definition

Report from voice interaction service: this operation has been canceled, typically as a completion of a previous call to #cancel or when the user explicitly cancelled.

[Android.Runtime.Register("onCancel", "()V", "GetOnCancelHandler", ApiSince=23)]
public virtual void OnCancel ();
[<Android.Runtime.Register("onCancel", "()V", "GetOnCancelHandler", ApiSince=23)>]
abstract member OnCancel : unit -> unit
override this.OnCancel : unit -> unit
Attributes

Remarks

Report from voice interaction service: this operation has been canceled, typically as a completion of a previous call to #cancel or when the user explicitly cancelled.

Java documentation for android.app.VoiceInteractor.Request.onCancel().

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