Package 

Interface SwipeableActions

  • 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
      Unit swipeLeft() Swipes left on the view
      Unit swipeRight() Swipes right on the view
      Unit swipeUp() Swipes up on the view
      Unit swipeDown() Swipes down on the view
      abstract ViewInteractionDelegate getView()
      • 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