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
ToastOptions
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
Properties
closeButton
Link copied to clipboard
closeDuration
Link copied to clipboard
closeEasing
Link copied to clipboard
closeMethod
Link copied to clipboard
escapeHtml
Link copied to clipboard
extendedTimeOut
Link copied to clipboard
hideEasing
Link copied to clipboard
hideMethod
Link copied to clipboard
newestOnTop
Link copied to clipboard
onCloseClick
Link copied to clipboard
positionClass
Link copied to clipboard
preventDuplicates
Link copied to clipboard
progressBar
Link copied to clipboard
showEasing
Link copied to clipboard
showMethod
Link copied to clipboard