GestureStore.RemoveGesture(String, Gesture) 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.
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.
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.