ToastData
data class ToastData(val id: Long, val message: String, val type: ToastType = ToastType.Default, val action: ToastAction? = null, val duration: ToastDuration = ToastDuration.Short, val showCloseButton: Boolean = true)
Constructors
Link copied to clipboard
constructor(id: Long, message: String, type: ToastType = ToastType.Default, action: ToastAction? = null, duration: ToastDuration = ToastDuration.Short, showCloseButton: Boolean = true)