-
- 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 UnitsetRefreshing(Boolean refreshing)Sets the refreshing state of SwipeRefreshLayout abstract ViewInteractionDelegategetView()-
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
-
-
Method Detail
-
setRefreshing
Unit setRefreshing(Boolean refreshing)
Sets the refreshing state of SwipeRefreshLayout
- Parameters:
refreshing- state to be set
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-