Android.Gestures.GestureStore.RemoveGesture Method
Remove a gesture from the library.

Syntax

[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, Gesture gesture)

Parameters

entryName
entry name
gesture
Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Gestures
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4