public class RestorePresenterImpl extends BasePresenterImpl<RestoreView> implements RestorePresenter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_ACCOUNT_KEY |
static java.lang.String |
KEY_PUBLIC_ADDRESS |
view| Constructor and Description |
|---|
RestorePresenterImpl(CallbackManager callbackManager,
android.os.Bundle saveInstanceState) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeFlow() |
void |
navigateToEnterPasswordPage(java.lang.String accountKey) |
void |
navigateToRestoreCompletedPage(KeyPair kinAccount) |
void |
onActivityResult(int requestCode,
int resultCode,
android.content.Intent data) |
void |
onAttach(RestoreView view) |
void |
onBackClicked() |
void |
onSaveInstanceState(android.os.Bundle outState) |
void |
previousStep() |
getView, onDetachclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetView, onDetachpublic static final java.lang.String KEY_ACCOUNT_KEY
public static final java.lang.String KEY_PUBLIC_ADDRESS
public RestorePresenterImpl(CallbackManager callbackManager, android.os.Bundle saveInstanceState)
public void onAttach(RestoreView view)
onAttach in interface BasePresenter<RestoreView>onAttach in class BasePresenterImpl<RestoreView>public void onBackClicked()
onBackClicked in interface BasePresenter<RestoreView>public void navigateToEnterPasswordPage(java.lang.String accountKey)
navigateToEnterPasswordPage in interface RestorePresenterpublic void navigateToRestoreCompletedPage(KeyPair kinAccount)
navigateToRestoreCompletedPage in interface RestorePresenterpublic void closeFlow()
closeFlow in interface RestorePresenterpublic void previousStep()
previousStep in interface RestorePresenterpublic void onActivityResult(int requestCode,
int resultCode,
android.content.Intent data)
onActivityResult in interface RestorePresenterpublic void onSaveInstanceState(android.os.Bundle outState)
onSaveInstanceState in interface RestorePresenter