Update

sealed class Update

An update message for both data and layout

Inheritors

Types

Link copied to clipboard
class Layout(val id: String, content: Meta) : Update
Link copied to clipboard
class Trace(val id: String, trace: Int, content: Meta) : Update

Properties

Link copied to clipboard
val id: String

Functions

Link copied to clipboard
abstract fun toJson(): JsonObject