Snapshot
data class Snapshot(val session: Long, val revision: Long, val title: ProjectionValue, val tree: RemoteTree, val pausesGame: Boolean = false, val settings: RemoteUiSettings = RemoteUiSettings(), val control: RuntimeUiControl? = null) : RemoteMessage(source)
Opens or resynchronizes one complete screen; title is an unresolved typed text projection.
Constructors
Link copied to clipboard
constructor(session: Long, revision: Long, title: ProjectionValue, tree: RemoteTree, pausesGame: Boolean = false, settings: RemoteUiSettings = RemoteUiSettings(), control: RuntimeUiControl? = null)