InputMethodService.OnFinishStylusHandwriting 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.
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 MotionEvent
s.
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.