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