GestureLibrary.RemoveGesture(String, Gesture) Method

Definition

[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
gesture
Gesture
Attributes

Remarks

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