ConnectionStatusChange

Represents a change in the status of the connection.

Not suitable for inheritance

This interface is not designed for implementation or extension outside this SDK. The interface definition may evolve over time with additional properties or methods to support new features, which could break implementations.

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.