class Toast
It's a notification message in a small window on the screen.
— Static Methods (1) —
Name | Description |
---|
void showText(String text, int length) | Displays a message on the screen with its text defined to be "text" argument and screen duration to be "length" argument. |