Interface Toast
-
public interface Toast
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
A toast must have an ID.
-
-
-
Method Detail
-
getId
String getId()
A toast must have an ID.- Returns:
- toast id
-
-