Package 

Interface SwipeRefreshLayoutActions

  • All Implemented Interfaces:
    io.github.kakaocup.kakao.common.actions.BaseActions , io.github.kakaocup.kakao.common.actions.SwipeableActions

    
    public interface SwipeRefreshLayoutActions
     implements SwipeableActions
                        

    Provides actions for SwipeRefreshLayout

    • Method Summary

      Modifier and Type Method Description
      Unit setRefreshing(Boolean refreshing) Sets the refreshing state of SwipeRefreshLayout
      abstract ViewInteractionDelegate getView()
      • Methods inherited from class io.github.kakaocup.kakao.swiperefresh.SwipeRefreshLayoutActions

        swipeDown, swipeLeft, swipeRight, swipeUp
      • 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