Simple Notification
data class SimpleNotification(val message: String, val level: Notification.Level = Notification.Level.Error) : Notification
Content copied to clipboard
Constructors
Link copied to clipboard
fun SimpleNotification(message: String, level: Notification.Level = Notification.Level.Error)
Content copied to clipboard