GestureStore.Recognize(Gesture) Method

Definition

Recognize a gesture

[Android.Runtime.Register("recognize", "(Landroid/gesture/Gesture;)Ljava/util/ArrayList;", "GetRecognize_Landroid_gesture_Gesture_Handler")]
public virtual System.Collections.Generic.IList<Android.Gestures.Prediction>? Recognize (Android.Gestures.Gesture? gesture);
[<Android.Runtime.Register("recognize", "(Landroid/gesture/Gesture;)Ljava/util/ArrayList;", "GetRecognize_Landroid_gesture_Gesture_Handler")>]
abstract member Recognize : Android.Gestures.Gesture -> System.Collections.Generic.IList<Android.Gestures.Prediction>
override this.Recognize : Android.Gestures.Gesture -> System.Collections.Generic.IList<Android.Gestures.Prediction>

Parameters

gesture
Gesture

the query

Returns

a list of predictions of possible entries for a given gesture

Attributes

Remarks

Recognize a gesture

Java documentation for android.gesture.GestureStore.recognize(android.gesture.Gesture).

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