| Modifier and Type | Method and Description |
|---|---|
void |
onBackClicked(StepperLayout.OnBackClickedCallback callback)
Notifies this step that the previous button/tab was clicked.
|
void |
onCompleteClicked(StepperLayout.OnCompleteClickedCallback callback)
Notifies this step that the complete button/tab was clicked, the step was verified
and the user can complete the flow.
|
void |
onNextClicked(StepperLayout.OnNextClickedCallback callback)
Notifies this step that the next button/tab was clicked, the step was verified
and the user can go to the next step.
|
onError, onSelected, verifyStep@UiThread void onNextClicked(StepperLayout.OnNextClickedCallback callback)
StepperLayout.OnNextClickedCallback.goToNextStep() must be called once these operations finish.callback - callback to call once the user wishes to finally switch to the next step@UiThread void onCompleteClicked(StepperLayout.OnCompleteClickedCallback callback)
StepperLayout.OnCompleteClickedCallback.complete() must be called once these operations finish.callback - callback to call once the user wishes to complete the flow@UiThread void onBackClicked(StepperLayout.OnBackClickedCallback callback)
StepperLayout.OnBackClickedCallback.goToPrevStep() must be called once these operations finish.callback - callback to call once the user wishes to finally switch to the previous step