The members of Android.Gestures.GestureStore are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] | GestureEntries | ICollection<string>. Get all the gesture entry names in the library |
| [read-only] | HasChanged | bool. |
| OrientationStyle | OrientationStyle. | |
| SequenceType | SequenceStyle. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddGesture(string, Gesture)Add a gesture for the entry | ||
GetGestures(string)Get all the gestures of an entry | ||
Load(System.IO.Stream)Load the gesture library | ||
| Load(System.IO.Stream, bool) | ||
LoadAsync(System.IO.Stream)Documentation for this section has not yet been entered. | ||
LoadAsync(System.IO.Stream, bool)Documentation for this section has not yet been entered. | ||
Recognize(Gesture)Recognize a gesture | ||
RemoveEntry(string)Remove a entry of gestures | ||
RemoveGesture(string, Gesture)Remove a gesture from the library. | ||
Save(System.IO.Stream)Save the gesture library | ||
| Save(System.IO.Stream, bool) | ||
SaveAsync(System.IO.Stream)Documentation for this section has not yet been entered. | ||
SaveAsync(System.IO.Stream, bool)Documentation for this section has not yet been entered. | ||