GestureStore.RemoveGesture(String, Gesture) Method

Definition

Remove a gesture from the library.

[Android.Runtime.Register("removeGesture", "(Ljava/lang/String;Landroid/gesture/Gesture;)V", "GetRemoveGesture_Ljava_lang_String_Landroid_gesture_Gesture_Handler")]
public virtual void RemoveGesture (string? entryName, Android.Gestures.Gesture? gesture);
[<Android.Runtime.Register("removeGesture", "(Ljava/lang/String;Landroid/gesture/Gesture;)V", "GetRemoveGesture_Ljava_lang_String_Landroid_gesture_Gesture_Handler")>]
abstract member RemoveGesture : string * Android.Gestures.Gesture -> unit
override this.RemoveGesture : string * Android.Gestures.Gesture -> unit

Parameters

entryName
String

entry name

gesture
Gesture

gesture

Attributes

Remarks

Remove a gesture from the library. If there are no more gestures for the given entry, the gesture entry will be removed.

Java documentation for android.gesture.GestureStore.removeGesture(java.lang.String, android.gesture.Gesture).

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.

Applies to