The methods of Android.Gestures.GestureStore are listed below. For a list of all members, see the GestureStore Members list.
See Also: Inherited members from Java.Lang.Object
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. |