Creates an instance of GesturesObserver class.
The view for which the observer is created.
A function that will be executed when a gesture is received.
default this argument for the callbacks.
An internal Android specific method used to pass the motion event to the correct gesture observer.
A function that will be executed when a gesture is received.
A context which will be used as this
in callback execution.
Gesture type attached to the observer.
Disconnects the gesture observer.
Registers a gesture observer to a view and gesture.
Type of the gesture.
Provides options for the GesturesObserver.