Interface

SnackbarVisuals

Interface to represent the visuals of one particular Snackbar as a piece of the SnackbarData.

Source set: Common
interface SnackbarVisuals

Interface to represent the visuals of one particular Snackbar as a piece of the SnackbarData.

Properties

message

Source set: Common
val message: String

actionLabel

Source set: Common
val actionLabel: String?

withDismissAction

Source set: Common
val withDismissAction: Boolean

duration

Source set: Common
val duration: SnackbarDuration

Last updated: