SnackbarManager

Snackbar Manager that coordinates between backend components producing messages for the user and the SnackbarHost in the app Scaffold.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val messages: StateFlow<List<UiMessage>>

Functions

Link copied to clipboard
fun setMessageShown(messageId: String)
Link copied to clipboard
fun showMessage(message: UiMessage)
fun showMessage(message: String)