Aracılığıyla paylaş


InputMethodService.OnFinishStylusHandwriting Method

Definition

Called when the current stylus handwriting session was finished (either by the system or via #finishStylusHandwriting().

[Android.Runtime.Register("onFinishStylusHandwriting", "()V", "GetOnFinishStylusHandwritingHandler", ApiSince=33)]
public virtual void OnFinishStylusHandwriting ();
[<Android.Runtime.Register("onFinishStylusHandwriting", "()V", "GetOnFinishStylusHandwritingHandler", ApiSince=33)>]
abstract member OnFinishStylusHandwriting : unit -> unit
override this.OnFinishStylusHandwriting : unit -> unit
Attributes

Remarks

Called when the current stylus handwriting session was finished (either by the system or via #finishStylusHandwriting().

When this is called, the ink window has been made invisible, and the IME no longer intercepts handwriting-related MotionEvents.

Java documentation for android.inputmethodservice.InputMethodService.onFinishStylusHandwriting().

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