-
public final class TrackPositionUiModel.Loading extends TrackPositionUiModel
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisLoadingprivate final BooleanshouldAnimateprivate final BooleanshowProgress
-
Constructor Summary
Constructors Constructor Description TrackPositionUiModel.Loading(Boolean shouldAnimate, Boolean showProgress)
-
Method Summary
Modifier and Type Method Description BooleangetIsLoading()BooleangetShouldAnimate()BooleangetShowProgress()-
-
Method Detail
-
getIsLoading
Boolean getIsLoading()
-
getShouldAnimate
Boolean getShouldAnimate()
-
getShowProgress
Boolean getShowProgress()
-
-
-
-