Język

InputConnectionWrapper.PerformHandwritingGesture Method

Definition

Perform a handwriting gesture on text.

[Android.Runtime.Register("performHandwritingGesture", "(Landroid/view/inputmethod/HandwritingGesture;Ljava/util/concurrent/Executor;Ljava/util/function/IntConsumer;)V", "GetPerformHandwritingGesture_Landroid_view_inputmethod_HandwritingGesture_Ljava_util_concurrent_Executor_Ljava_util_function_IntConsumer_Handler", ApiSince=34)]
public virtual void PerformHandwritingGesture(Android.Views.InputMethods.HandwritingGesture gesture, Java.Util.Concurrent.IExecutor? executor, Java.Util.Functions.IIntConsumer? consumer);
[<Android.Runtime.Register("performHandwritingGesture", "(Landroid/view/inputmethod/HandwritingGesture;Ljava/util/concurrent/Executor;Ljava/util/function/IntConsumer;)V", "GetPerformHandwritingGesture_Landroid_view_inputmethod_HandwritingGesture_Ljava_util_concurrent_Executor_Ljava_util_function_IntConsumer_Handler", ApiSince=34)>]
abstract member PerformHandwritingGesture : Android.Views.InputMethods.HandwritingGesture * Java.Util.Concurrent.IExecutor * Java.Util.Functions.IIntConsumer -> unit
override this.PerformHandwritingGesture : Android.Views.InputMethods.HandwritingGesture * Java.Util.Concurrent.IExecutor * Java.Util.Functions.IIntConsumer -> unit

Parameters

executor
IExecutor

This value may be null. Callback and listener events are dispatched through this Executor, providing an easy way to control which thread is used. To dispatch events through the main thread of your application, you can use Context.getMainExecutor(). Otherwise, provide an Executor that dispatches to an appropriate thread.

consumer
IIntConsumer

Implements

Attributes

Remarks

Perform a handwriting gesture on text.

Java documentation for android.view.inputmethod.InputConnectionWrapper.performHandwritingGesture(android.view.inputmethod.HandwritingGesture, java.util.concurrent.Executor, java.util.function.IntConsumer).

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