GestureStore.GetGestures(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all the gestures of an entry
[Android.Runtime.Register("getGestures", "(Ljava/lang/String;)Ljava/util/ArrayList;", "GetGetGestures_Ljava_lang_String_Handler")]
public virtual System.Collections.Generic.IList<Android.Gestures.Gesture>? GetGestures (string? entryName);
[<Android.Runtime.Register("getGestures", "(Ljava/lang/String;)Ljava/util/ArrayList;", "GetGetGestures_Ljava_lang_String_Handler")>]
abstract member GetGestures : string -> System.Collections.Generic.IList<Android.Gestures.Gesture>
override this.GetGestures : string -> System.Collections.Generic.IList<Android.Gestures.Gesture>
Parameters
- entryName
- String
entryName
Returns
the list of gestures that is under this name
- Attributes
Remarks
Get all the gestures of an entry
Java documentation for android.gesture.GestureStore.getGestures(java.lang.String)
.
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.