Connection

data class Connection(val event: ServerSentEvent.Connection) : CoreEvent

Connection events emitted when the server connection moves between states.

Constructors

Link copied to clipboard
constructor(event: ServerSentEvent.Connection)

Properties

Link copied to clipboard
val event: ServerSentEvent.Connection

The ServerSentEvent.Connection state.