public class BackupPresenterImpl extends BasePresenterImpl<BackupView> implements BackupPresenter
BackupNavigator.Step| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_ACCOUNT_KEY |
viewSTEP_CLOSE, STEP_CREATE_PASSWORD, STEP_SAVE_AND_SHARE, STEP_START, STEP_WELL_DONE| Constructor and Description |
|---|
BackupPresenterImpl(CallbackManager callbackManager,
Key.PrivateKey privateKey,
android.os.Bundle savedInstanceState) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeFlow() |
Key.PrivateKey |
getPrivateKey() |
void |
navigateToCreatePasswordPage() |
void |
navigateToSaveAndSharePage(java.lang.String accountKey) |
void |
navigateToWellDonePage() |
void |
onAttach(BackupView view) |
void |
onBackClicked() |
void |
onSaveInstanceState(android.os.Bundle outState) |
void |
setAccountKey(java.lang.String accountKey) |
getView, onDetachclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetView, onDetachpublic static final java.lang.String KEY_ACCOUNT_KEY
public BackupPresenterImpl(CallbackManager callbackManager, Key.PrivateKey privateKey, android.os.Bundle savedInstanceState)
public void onAttach(BackupView view)
onAttach in interface BasePresenter<BackupView>onAttach in class BasePresenterImpl<BackupView>public void onBackClicked()
onBackClicked in interface BasePresenter<BackupView>public void navigateToCreatePasswordPage()
navigateToCreatePasswordPage in interface BackupNavigatorpublic void navigateToSaveAndSharePage(java.lang.String accountKey)
navigateToSaveAndSharePage in interface BackupNavigatorpublic void navigateToWellDonePage()
navigateToWellDonePage in interface BackupNavigatorpublic void closeFlow()
closeFlow in interface BackupNavigatorpublic void setAccountKey(java.lang.String accountKey)
setAccountKey in interface BackupPresenterpublic Key.PrivateKey getPrivateKey()
getPrivateKey in interface BackupPresenterpublic void onSaveInstanceState(android.os.Bundle outState)
onSaveInstanceState in interface BackupPresenter