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
info
Link copied to clipboard
fun info(message: String, title: String? = null, options: ToastOptions? = null)
Content copied to clipboard
success
Link copied to clipboard
fun success(message: String, title: String? = null, options: ToastOptions? = null)
Content copied to clipboard
warning
Link copied to clipboard
fun warning(message: String, title: String? = null, options: ToastOptions? = null)
Content copied to clipboard