public class MvpActivity extends AppCompatActivity implements CacheFactory
| Constructor and Description |
|---|
MvpActivity() |
| Modifier and Type | Method and Description |
|---|---|
PresenterCache |
getPresenterCache() |
ViewStateCache |
getViewStateCache() |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
java.lang.Object |
onRetainCustomNonConfigurationInstance() |
protected void |
onSaveInstanceState(android.os.Bundle outState) |
protected void onCreate(android.os.Bundle savedInstanceState)
protected void onSaveInstanceState(android.os.Bundle outState)
public java.lang.Object onRetainCustomNonConfigurationInstance()
public PresenterCache getPresenterCache()
getPresenterCache in interface CacheFactorypublic ViewStateCache getViewStateCache()
getViewStateCache in interface CacheFactory