Screen
Container class for UI elements.
This class groups UI elements and grants access to basic actions, such as tapBack() and closeSoftKeyboard()
Parameters
T
type of your screen, done to enable invoke() for its children
See also
Properties
Functions
Link copied to clipboard
Closes soft keyboard, if opened
Link copied to clipboard
The visibility of rootView will be checked when entering the screen
Link copied to clipboard
ViewInteractionDelegate on which all actions are performed (root view by default)
Link copied to clipboard
Sets the interceptors for the screen. Interceptors will be invoked on all interactions while the screen is active.
Link copied to clipboard
Presses the hardware menu key
Link copied to clipboard
The visibility of rootView will be checked when entering the screen