data class NotificationDummy(val title: String, val content: String)

Stub for a future notification

Parameters

title

Title to display

content

Content to display

Constructors

Link copied to clipboard
constructor(title: String, content: String)

Construct new NotificationDummy from an NotificatedError

Properties

Link copied to clipboard
Link copied to clipboard