SwipeParams()
Useful to parameterize swipe events
SwipeParams():getDelay()
Will return the delay of each swipe points
SwipeParams():isContinue()
Return true if swipe points are continuous
SwipeParams():setContinue()
You can set whether each swipe point is continuous, which means the swiping finger does not lift up.
SwipeParams():setDelay()
You can set swipe delay in milliseconds using this method