Toast Options
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.
Constructors
Link copied to clipboard
fun ToastOptions(positionClass: ToastPosition? = null, escapeHtml: Boolean? = null, closeButton: Boolean? = null, closeHtml: String? = null, closeDuration: Int? = null, newestOnTop: Boolean? = null, showEasing: ToastEasing? = null, hideEasing: ToastEasing? = null, closeEasing: ToastEasing? = null, showMethod: ToastMethod? = null, hideMethod: ToastMethod? = null, closeMethod: ToastMethod? = null, preventDuplicates: Boolean? = null, timeOut: Int? = null, extendedTimeOut: Int? = null, progressBar: Boolean? = null, rtl: Boolean? = null, onShown: () -> Unit? = null, onHidden: () -> Unit? = null, onClick: () -> Unit? = null, onCloseClick: () -> Unit? = null)
Content copied to clipboard