Notification
open class Notification
Content copied to clipboard
action is not realized as lambda, as it would be too easy to introduce references to objects there that should not be serialized to the saved game.
Constructors
Notification
Link copied to clipboard
fun Notification(text: String, notificationIcons: ArrayList<String>, action: NotificationAction? = null)
Content copied to clipboard
Notification
Link copied to clipboard
fun Notification()
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard