SetStatus

@Serializable
@SerialName(value = "SetStatus")
class SetStatus(val message: String, val isError: Boolean = false, var timeoutMs: Long? = null) : ServerRequest(source)

Send a request to the server with a status message that it should broadcast to its clients.

Constructors

Link copied to clipboard
constructor(message: String, isError: Boolean = false, timeoutMs: Long? = null)

Properties

Link copied to clipboard
val isError: Boolean = false
Link copied to clipboard
Link copied to clipboard

If set, how long before the status message on the client should be hidden.