Toast

object Toast

Toast component object.

Functions

error
Link copied to clipboard
fun error(message: String, title: String? = null, options: ToastOptions? = null)

Shows an error toast.

info
Link copied to clipboard
fun info(message: String, title: String? = null, options: ToastOptions? = null)

Shows an info toast.

success
Link copied to clipboard
fun success(message: String, title: String? = null, options: ToastOptions? = null)

Shows a success toast.

warning
Link copied to clipboard
fun warning(message: String, title: String? = null, options: ToastOptions? = null)

Shows a warning toast.