-
public interface ScreenActionsInterface with common actions for all screens
Provides basic actions that can be performed on each and every screen
-
-
Method Summary
Modifier and Type Method Description UnitpressBack()Performs click on device's back button UnitcloseSoftKeyboard()Closes soft keyboard, if opened UnitpressKey(Integer keyCode)Presses a key with corresponding KeyCode UnitpressKey(EspressoKey key)Presses a key with correspondingKeyCode and modifiers UnitpressMenuKey()Presses the hardware menu key abstract ViewInteractionDelegategetView()-
-
Method Detail
-
closeSoftKeyboard
Unit closeSoftKeyboard()
Closes soft keyboard, if opened
-
pressMenuKey
Unit pressMenuKey()
Presses the hardware menu key
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-