public interface BackupNavigator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BackupNavigator.Step |
| Modifier and Type | Field and Description |
|---|---|
static int |
STEP_CLOSE |
static int |
STEP_CREATE_PASSWORD |
static int |
STEP_SAVE_AND_SHARE |
static int |
STEP_START |
static int |
STEP_WELL_DONE |
| Modifier and Type | Method and Description |
|---|---|
void |
closeFlow() |
void |
navigateToCreatePasswordPage() |
void |
navigateToSaveAndSharePage(java.lang.String accountKey) |
void |
navigateToWellDonePage() |
static final int STEP_START
static final int STEP_CREATE_PASSWORD
static final int STEP_SAVE_AND_SHARE
static final int STEP_WELL_DONE
static final int STEP_CLOSE