-
public final class InteractionType.Swipe<T extends Object> extends InteractionType
Swipe interaction type.
-
-
Constructor Summary
Constructors Constructor Description InteractionType.Swipe(SwipeableState<T> swipeableState, Orientation orientation, Boolean reverseDirection)
-
-
-
Constructor Detail
-
InteractionType.Swipe
InteractionType.Swipe(SwipeableState<T> swipeableState, Orientation orientation, Boolean reverseDirection)
- Parameters:
swipeableState- Instance of SwipeableState to query for the current values of interaction.orientation- The orientation in which the swipeable can be swiped.reverseDirection- Whether the direction of the swipe is reversed.
-
-