-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface SwipeableActions implements BaseActions
Provides swipe actions for views
-
-
Method Summary
Modifier and Type Method Description UnitswipeLeft()Swipes left on the view UnitswipeRight()Swipes right on the view UnitswipeUp()Swipes up on the view UnitswipeDown()Swipes down on the view abstract ViewInteractionDelegategetView()-
Methods inherited from class io.github.kakaocup.kakao.common.actions.SwipeableActions
act, click, doubleClick, longClick, onFailure, pressImeAction, repeatUntil, scrollTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
swipeRight
Unit swipeRight()
Swipes right on the view
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-