public abstract class ViewStateProvider
extends java.lang.Object
| Constructor and Description |
|---|
ViewStateProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract MvpViewState |
getViewState()
Presenter creates view state object by calling this method.
|
public abstract MvpViewState getViewState()
Presenter creates view state object by calling this method.