GestureLibrary.Recognize(Gesture) Method

Definition

[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

Returns

Attributes

Remarks

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