public final class ToastSender extends Object
Modifier and Type | Method and Description |
---|---|
static void |
sendToast(Context context,
String toast,
int toastLength)
Sends a Toast and ensures that any Exception thrown during sending is handled.
|