setMutuallyExclusiveGestures

Sets a number of sets containing mutually exclusive gestures.

Parameters

exclusiveGestures

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 interpreted this way by the androidx.core.view.GestureDetectorCompat.