-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum TapToastManager
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
LENGTH_SHORT
public final static int
LENGTH_LONG
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE
-
Method Summary
Modifier and Type Method Description static TapToastManager
instance()
void
show(Activity activity, String message, int duration)
static Array<TapToastManager>
values()
static TapToastManager
valueOf(String name)
-
-
Method Detail
-
instance
static TapToastManager instance()
-
values
static Array<TapToastManager> values()
-
valueOf
static TapToastManager valueOf(String name)
-
-
-
-