VoiceInteractor.Request.OnCancel 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.
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.
Android reference 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.