Package-level declarations

Types

Link copied to clipboard

Toast positions.

Link copied to clipboard

Toast message types.

Functions

Link copied to clipboard
fun toast(text: String, type: ToastType = ToastType.Primary, position: ToastPosition? = null, className: String? = null, duration: Duration? = null, destination: String? = null, newWindow: Boolean? = null, close: Boolean? = null, avatar: String? = null, stopOnFocus: Boolean? = null, escapeMarkup: Boolean? = null, oldestFirst: Boolean? = null, ariaLive: String? = null, onClick: () -> Unit? = null, callback: () -> Unit? = null)

Show a toast message.