-
- All Implemented Interfaces:
public final class AcqSnackBarHelperCreated by Ivan Golovachev
-
-
Constructor Summary
Constructors Constructor Description AcqSnackBarHelper(View view)
-
Method Summary
Modifier and Type Method Description final UnitshowProgress(String textValue)final UnitshowProgress(@StringRes() Integer textValue)final UnitshowWithIcon(@DrawableRes() Integer iconRes, String textValue)final UnitshowWithIcon(@DrawableRes() Integer iconRes, @StringRes() Integer textValue)final Unithide(Long delay)-
-
Constructor Detail
-
AcqSnackBarHelper
AcqSnackBarHelper(View view)
-
-
Method Detail
-
showProgress
final Unit showProgress(String textValue)
-
showProgress
final Unit showProgress(@StringRes() Integer textValue)
-
showWithIcon
final Unit showWithIcon(@DrawableRes() Integer iconRes, String textValue)
-
showWithIcon
final Unit showWithIcon(@DrawableRes() Integer iconRes, @StringRes() Integer textValue)
-
-
-
-