SnackbarData

interface SnackbarData

Interface representing the data of a Snackbar.

Properties

Link copied to clipboard
abstract val visuals: SnackbarVisuals

Visuals of the Snackbar.

Functions

Link copied to clipboard
abstract suspend fun dismiss()

Dismiss the Snackbar.

Link copied to clipboard
abstract suspend fun performAction()

Perform the action of the Snackbar.