SnackbarDuration

sealed interface SnackbarDuration

Possible durations of the Snackbar.

Inheritors

Types

Link copied to clipboard
data class Custom(val durationMillis: Long) : SnackbarDuration

Show the Snackbar for a custom period of time.

Link copied to clipboard

Show the Snackbar indefinitely until dismissed.

Link copied to clipboard
data object Long : SnackbarDuration

Show the Snackbar for a long period of time.

Link copied to clipboard
data object Short : SnackbarDuration

Show the Snackbar for a short period of time.