Disconnected

data class Disconnected(val status: State.Disconnected.Status? = null) : State

Triggered either after an established connection has dropped or after a connection attempt has failed.

Parameters

status

represents status (cause) of Disconnected. Always null for Javascript target.

Constructors

Link copied to clipboard
constructor(status: State.Disconnected.Status? = null)

Types

Link copied to clipboard
sealed class Status

State statuses translated from their respective platforms:

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String