Android.Gestures.GestureStore Members

The members of Android.Gestures.GestureStore are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
GestureEntriesICollection<string>. Get all the gesture entry names in the library
[read-only]
HasChangedbool.
OrientationStyleOrientationStyle.
SequenceTypeSequenceStyle.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.