-
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) public interface ProgressView
View (Activity or Fragment, normally) that can respond to progress events.
-
-
Method Summary
Modifier and Type Method Description abstract voidshowProgress(@StringRes() int message)abstract voidhideProgress()-
-
Method Detail
-
showProgress
abstract void showProgress(@StringRes() int message)
-
hideProgress
abstract void hideProgress()
-
-
-
-