public class CrossViewStatePresenter<ViewState,View extends StatelessView<ViewState>> implements ConnectablePresenter<View>
Presenter which stores view state between and CrossViewStatePresenter.resume and applies the latest view state to the view on next CrossViewStatePresenter.pause.CrossViewStatePresenter.resume
| Modifier and Type | Field and Description |
|---|---|
ViewState |
state |
| Modifier and Type | Method and Description |
|---|---|
boolean |
back() |
void |
pause() |
void |
resume() |
void |
updateState()
Updates state of the current view or stores state until view is available.
|
back, pause, resume