-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface SwitchableActions implements BaseActions
Provides action for actions on Switch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumSwitchableActions.Direction
-
Method Summary
Modifier and Type Method Description UnitswipeSwitchThumb(SwitchableActions.Direction direction)Moves the thumb of the switch to the right abstract ViewInteractionDelegategetView()-
Methods inherited from class io.github.kakaocup.kakao.switch.SwitchableActions
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
-
swipeSwitchThumb
Unit swipeSwitchThumb(SwitchableActions.Direction direction)
Moves the thumb of the switch to the right
- Parameters:
direction- for the thumb to move
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-