Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
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)
Link copied to clipboard
object ToastDefaults
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard