Skip to main content

ConnectionStatusUpdated

Emitted when Client changes it's connection status. You can listen to this event and indicate the different connection states in the UI (banners like 'Offline', 'Reconnecting', etc.).

public struct ConnectionStatusUpdated: Event 

Inheritance

Event

Properties

connectionStatus

The current connection status of Client

public let connectionStatus: ConnectionStatus

Did you find this page helpful?