Skip to main content

SwipeParams():setContinue()

You can set whether each swipe point is continuous, which means the swiping finger does not lift up.

This behavior works as intended on Android 8.1 and higher with Accessibility Service. If you are using an Android version lower than 8.1, this method will not make your swipes continuous due to Android limitations for Accessibility Service. However, if you use the Native Service, you are not affected by this limitation.

Signature

setContinue(continue: boolean): SwipeParams

Returns

SwipeParams