Android.Gestures.GestureStore: Method Members

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

Public Methods

AddGesture(string, Gesture)
Add a gesture for the entry
GetGestures(string) : IList<Gesture>
Get all the gestures of an entry
Load(System.IO.Stream)
Load the gesture library
Load(System.IO.Stream, bool)
LoadAsync(System.IO.Stream) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
LoadAsync(System.IO.Stream, bool) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
Recognize(Gesture) : IList<Prediction>
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) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
SaveAsync(System.IO.Stream, bool) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.