Package io. kvision. toast
The toast component.
Types
Toast Easing
Link copied to clipboard
Toast easings.
Toast Method
Link copied to clipboard
Toast animation methods.
Toast Options
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.
Toast Position
Link copied to clipboard
Toast positions.