ToastSender

object ToastSender

Responsible for sending Toasts under all circumstances.

Author

William Ferguson

Since

4.3.0

Functions

Link copied to clipboard
fun sendToast(    context: Context,     toast: String?,     @IntRange(from = 0, to = 1) toastLength: Int)

Sends a Toast and ensures that any Exception thrown during sending is handled.