kvision / pl.treksoft.kvision.toast / Toast

Toast

(js) object Toast

Toast component object.

Functions

(js)

error

Shows an error toast.

fun error(message: String, title: String? = null, options: ToastOptions? = null): Unit
(js)

info

Shows an info toast.

fun info(message: String, title: String? = null, options: ToastOptions? = null): Unit
(js)

success

Shows a success toast.

fun success(message: String, title: String? = null, options: ToastOptions? = null): Unit
(js)

warning

Shows a warning toast.

fun warning(message: String, title: String? = null, options: ToastOptions? = null): Unit