public class ShackHelperImp extends java.lang.Object implements SnackHelper
| Constructor and Description |
|---|
ShackHelperImp(android.view.View parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
showAction(int messageRes,
int actionTitleRes,
android.view.View.OnClickListener action) |
void |
showNoAppsFound() |
void |
showShort(int stringRes) |
void |
showShort(java.lang.String message) |
public void showShort(int stringRes)
showShort in interface SnackHelperpublic void showShort(java.lang.String message)
showShort in interface SnackHelperpublic void showNoAppsFound()
showNoAppsFound in interface SnackHelperpublic void showAction(int messageRes,
int actionTitleRes,
android.view.View.OnClickListener action)
showAction in interface SnackHelper