Skip to content

Instantly share code, notes, and snippets.

@abhishekBansal
Last active August 19, 2021 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishekBansal/33632733279ea4fb1e1e23455523060c to your computer and use it in GitHub Desktop.
Save abhishekBansal/33632733279ea4fb1e1e23455523060c to your computer and use it in GitHub Desktop.
enum class SwipeDirection {
ALL, // swipe allowed in left and right both directions
LEFT, // swipe allowed in only Left direction
RIGHT, // only right
NONE // swipe is disabled completely
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment