ToastHostState

class ToastHostState(onActionClick: (String) -> Unit, onDismiss: (String) -> Unit)

Constructors

Link copied to clipboard
constructor(onActionClick: (String) -> Unit, onDismiss: (String) -> Unit)

Functions

Link copied to clipboard
fun showToast(message: String, iconName: IconName? = null, actionLabel: String? = null, toastId: String = "toast")
fun showToast(message: String, imageUrl: String, actionLabel: String? = null, toastId: String = "toast")