Android Gestures Manager
Creates a new instance of the AndroidGesturesManager.
Parameters
activity's context
Creates a new instance of the AndroidGesturesManager.
Parameters
activity's context
if true, default gestures thresholds and adjustments will be applied
Creates a new instance of the AndroidGesturesManager.
Parameters
Activity's context
a number of sets of GestureTypes that should not be invoked at the same. This means that when a set contains a ProgressiveGesture and this gestures is in progress no other gestures from the set will be invoked.
At the moment GESTURE_TYPE_SCROLL is not interpreted as a progressive gesture because it is not implemented this way by the androidx.core.view.GestureDetectorCompat.
Creates a new instance of the AndroidGesturesManager.
Parameters
Activity's context
a list of sets of GestureTypes that should not be invoked at the same. This means that when a set contains a ProgressiveGesture and this gestures is in progress no other gestures from the set will be invoked.
At the moment GESTURE_TYPE_SCROLL is not interpreted as a progressive gesture because it is not implemented this way by the androidx.core.view.GestureDetectorCompat.
if true, default gestures thresholds and adjustments will be applied