Package io. kvision. toast
The toast component.
Types
Link copied to clipboard
Toast easings.
Link copied to clipboard
Toast animation methods.
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?)
Content copied to clipboard
Toast options.
Link copied to clipboard
Toast positions.