public static interface StepperLayout.StepperListener
StepperLayout.| Modifier and Type | Field and Description |
|---|---|
static StepperLayout.StepperListener |
NULL |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(android.view.View completeButton)
Called when all of the steps were completed successfully
|
void |
onError(VerificationError verificationError)
Called when a verification error occurs for one of the steps
|
void |
onReturn()
Called when the Previous step button was pressed while on the first step
(the button is not present by default on first step).
|
void |
onStepSelected(int newStepPosition)
Called when the current step position changes
|
static final StepperLayout.StepperListener NULL
void onCompleted(android.view.View completeButton)
completeButton - the complete button that was clicked to complete the flowvoid onError(VerificationError verificationError)
verificationError - verification errorvoid onStepSelected(int newStepPosition)
newStepPosition - new step positionvoid onReturn()