SpellCheckerService.Session.OnCancel Method

Definition

Request to abort all tasks executed in SpellChecker.

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

Remarks

Request to abort all tasks executed in SpellChecker. This function will run on the incoming IPC thread. So, this is not called on the main thread, but will be called in series on another thread.

Java documentation for android.service.textservice.SpellCheckerService.Session.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