| Interface | Description |
|---|---|
| StepperFeedbackType |
An interface to be implemented by all support stepper feedback types.
|
| Class | Description |
|---|---|
| ContentFadeStepperFeedbackType |
Feedback stepper type which partially fades the content out.
|
| ContentOverlayStepperFeedbackType |
Feedback stepper type which shows a dimmed overlay over the content.
|
| ContentProgressStepperFeedbackType |
Feedback stepper type which displays a progress bar on top of the steps' content.
|
| DisabledBottomNavigationStepperFeedbackType |
Feedback stepper type which disables the buttons in the bottom navigation when an operation is in progress.
|
| DisabledContentInteractionStepperFeedbackType |
Feedback stepper type which intercepts touch events on the steps' content and ignores them.
|
| StepperFeedbackTypeComposite |
A stepper feedback type which is a composition of other feedback type, which allows to select only a group of feedback types.
|
| StepperFeedbackTypeFactory |
Factory class for creating feedback stepper types.
|
| TabsStepperFeedbackType |
Feedback stepper type which displays a progress message instead of the tabs.
|