Toast
Toast component object.
Functions
Link copied to clipboard
fun error(message: String, title: String? = null, options: ToastOptions? = null)
Content copied to clipboard
Shows an error toast.
Link copied to clipboard
fun info(message: String, title: String? = null, options: ToastOptions? = null)
Content copied to clipboard
Shows an info toast.
Link copied to clipboard
fun success(message: String, title: String? = null, options: ToastOptions? = null)
Content copied to clipboard
Shows a success toast.
Link copied to clipboard
fun warning(message: String, title: String? = null, options: ToastOptions? = null)
Content copied to clipboard
Shows a warning toast.