Package io.getstream.chat.android.models
Class ConnectionState
-
- All Implemented Interfaces:
@Immutable() public class ConnectionStateRepresents possible states of the WebSocket connection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectionState.ConnectedThe client is connected to the WebSocket.
public classConnectionState.ConnectingThe client is trying to connect to the WebSocket.
public classConnectionState.OfflineThe client is permanently disconnected from the WebSocket.
-