public interface StepperFeedbackType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTENT_FADE
Partially fades the content out during operation.
|
static int |
CONTENT_OVERLAY
Shows a dimmed overlay over the content during operation.
|
static int |
CONTENT_PROGRESS
Shows a progress bar on top of the steps' content.
|
static int |
DISABLED_BOTTOM_NAVIGATION
Disables the buttons in the bottom navigation during operation.
|
static int |
DISABLED_CONTENT_INTERACTION
Disables content interaction during operation i.e.
|
static int |
NONE
No changes during operation.
|
static int |
PROGRESS_ANIMATION_DURATION |
static int |
TABS
Show a progress message instead of the tabs during operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
hideProgress()
Hides the progress indicator.
|
void |
showProgress(java.lang.String progressMessage)
Shows a progress indicator.
|
static final int NONE
static final int TABS
TabsStepperFeedbackType,
Constant Field Valuesstatic final int CONTENT_PROGRESS
static final int DISABLED_BOTTOM_NAVIGATION
static final int DISABLED_CONTENT_INTERACTION
static final int CONTENT_FADE
static final int CONTENT_OVERLAY
static final int PROGRESS_ANIMATION_DURATION
void showProgress(@NonNull
java.lang.String progressMessage)
progressMessage - optional progress message if supported by the selected typesvoid hideProgress()