Package-level declarations
Types
Link copied to clipboard
Data class representing an action that can be performed from a Snackbar.
Link copied to clipboard
data class SnackbarEvent(val message: String, val action: SnackbarAction? = null, val duration: SnackbarDuration = SnackbarDuration.Long)
Represents an event that triggers the display of a Snackbar.