InputMethodService.OnPrepareStylusHandwriting 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 to prepare stylus handwriting.
[Android.Runtime.Register("onPrepareStylusHandwriting", "()V", "GetOnPrepareStylusHandwritingHandler", ApiSince=33)]
public virtual void OnPrepareStylusHandwriting ();
[<Android.Runtime.Register("onPrepareStylusHandwriting", "()V", "GetOnPrepareStylusHandwritingHandler", ApiSince=33)>]
abstract member OnPrepareStylusHandwriting : unit -> unit
override this.OnPrepareStylusHandwriting : unit -> unit
- Attributes
Remarks
Called to prepare stylus handwriting. The system calls this before the #onStartStylusHandwriting
request.
Note: The system tries to call this as early as possible, when it detects that handwriting stylus input is imminent. However, that a subsequent call to #onStartStylusHandwriting
actually happens is not guaranteed.
Java documentation for android.inputmethodservice.InputMethodService.onPrepareStylusHandwriting()
.
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.