| Interface | Description |
|---|---|
| BlockingStep |
A
Step which can block clicking on the next button/tab
and perform some operations before switching to the next step. |
| Step |
A base step interface which all
StepperLayout steps must implement. |
| StepperLayout.StepperListener |
A listener for events of
StepperLayout. |
| Class | Description |
|---|---|
| StepperLayout |
Stepper widget implemented according to the Material documentation.
It allows for setting three types of steppers: - mobile dots stepper, - mobile progress bar stepper, - horizontal stepper with tabs. Include this stepper in the layout XML file and choose a stepper type with ms_stepperType.Check out values/attrs.xml - StepperLayout for a complete list of customisable properties. |
| VerificationError |
An error which may be returned by any given step.
|