show

suspend fun show(makeSnackbar: Context.() -> SnackbarVisuals): SnackbarResult

Shows snackbar visuals created with this controller's Context.

Suspends until the snackbar is dismissed or its action is performed.


actual suspend fun show(visuals: SnackbarVisuals): SnackbarResult

Shows visuals and suspends until the snackbar is dismissed or its action is performed.

expect suspend fun show(visuals: SnackbarVisuals): SnackbarResult

Shows visuals and suspends until the snackbar is dismissed or its action is performed.

actual suspend fun show(visuals: SnackbarVisuals): SnackbarResult

Shows visuals and suspends until the snackbar is dismissed or its action is performed.