Toast

object Toast

Toast component object.

Functions

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

Shows an error toast.

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

Shows an info toast.

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

Shows a success toast.

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

Shows a warning toast.