-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface BottomNavigationViewActions implements BaseActions
Provides actions for BottomNavigationView
-
-
Method Summary
Modifier and Type Method Description UnitsetSelectedItem(Integer id)Sets the given item id as selected abstract ViewInteractionDelegategetView()-
Methods inherited from class io.github.kakaocup.kakao.bottomnav.BottomNavigationViewActions
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
-
setSelectedItem
Unit setSelectedItem(Integer id)
Sets the given item id as selected
- Parameters:
id- menu item id to be set
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-