SimpleNotification

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

Constructors

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

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

Functions

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