Package io.outbound.sdk.view
Interface ProgressController
-
- All Known Implementing Classes:
- ProgressRelativeLayout
public interface ProgressControllerCreated by jophde on 6/22/15 for Outbound.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidsetText(int textRes)voidsetTextColor(int color)voidshow(boolean show)voidshowIndicator(boolean showIndicator)voidshowText(boolean showText)
-