public interface ProgressView
IMPORTANT NOTICE:
| Modifier and Type | Method and Description |
|---|---|
void |
hideProgress()
Hides the progress view shown.
|
boolean |
isProgressShown()
Deferments if the progress view is displayed or not.
|
void |
showProgress()
Shows the progress full screen.
|
void showProgress()
IMPORTANT NOTICE:
void hideProgress()
IMPORTANT NOTICE:
boolean isProgressShown()
IMPORTANT NOTICE: