-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface CheckableActions implements BaseActions
Provides action for checking views
-
-
Method Summary
Modifier and Type Method Description UnitsetChecked(Boolean checked)Sets checked state of the view abstract ViewInteractionDelegategetView()-
-
Method Detail
-
setChecked
Unit setChecked(Boolean checked)
Sets checked state of the view
- Parameters:
checked- True if checked, false otherwise
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-