NotImplementedEvent

data class NotImplementedEvent(val message: String) : PresentationEvent

Event received if a feature is not implemented yet.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

The reason which feature is not implemented.