SimpleNotification

data class SimpleNotification(val message: String, val level: Notification.Level = Notification.Level.Error) : Notification

Constructors

Link copied to clipboard
fun SimpleNotification(message: String, level: Notification.Level = Notification.Level.Error)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open val isError: Boolean
Link copied to clipboard
open override val level: Notification.Level
Link copied to clipboard
open override val message: String