Package io.kvision.toast

The toast component.

Types

Toast
Link copied to clipboard
object Toast
Toast component object.
ToastEasing
Link copied to clipboard
enum ToastEasing : Enum<ToastEasing>
Toast easings.
ToastMethod
Link copied to clipboard
enum ToastMethod : Enum<ToastMethod>
Toast animation methods.
ToastOptions
Link copied to clipboard
data class ToastOptions(positionClass: ToastPosition?, escapeHtml: Boolean?, closeButton: Boolean?, closeHtml: String?, closeDuration: Int?, newestOnTop: Boolean?, showEasing: ToastEasing?, hideEasing: ToastEasing?, closeEasing: ToastEasing?, showMethod: ToastMethod?, hideMethod: ToastMethod?, closeMethod: ToastMethod?, preventDuplicates: Boolean?, timeOut: Int?, extendedTimeOut: Int?, progressBar: Boolean?, rtl: Boolean?, onShown: () -> Unit?, onHidden: () -> Unit?, onClick: () -> Unit?, onCloseClick: () -> Unit?)
Toast options.
ToastPosition
Link copied to clipboard
enum ToastPosition : Enum<ToastPosition>
Toast positions.