ConnectionStatusChange

Represents a change in the status of the connection.

Properties

Link copied to clipboard

The new status of the connection.

Link copied to clipboard
abstract val error: ErrorInfo?

An error that provides a reason why the connection has entered the new status, if applicable.

Link copied to clipboard

The previous status of the connection.

Link copied to clipboard
abstract val retryIn: Long?

The time in milliseconds that the client will wait before attempting to reconnect.