ToastSender

object ToastSender

Responsible for sending Toasts under all circumstances.

Author

William Ferguson

Since

4.3.0

Functions

sendToast
Link copied to clipboard
fun sendToast(context: Context, toast: String?, @IntRange(from = 0.toLong(), to = 1.toLong()toastLength: Int)
Sends a Toast and ensures that any Exception thrown during sending is handled.