AppState
class AppState
Functions
Link copied to clipboard
fun showSnackbar(info: String, actionLabel: String? = null, cancelAllPending: Boolean = true, duration: SnackbarDuration = SnackbarDuration.Short, scope: CoroutineScope = this.scope, onResult: (SnackbarResult) -> Unit = {})
Link copied to clipboard
fun showToast(info: String, duration: SnackbarDuration = SnackbarDuration.Short, scope: CoroutineScope = this.scope)