Listener for connection state changes
This class handles events that occur upon successful connection and connection failure.
More...
Properties | |
| Action | OnConnected [get, set] |
| 연결 성공 시 호출되는 이벤트 Called when the connection is successfully established | |
| Action | OnReconnectStarted [get, set] |
| Called when a reconnect attempt is about to start | |
| Action< ResultAPI, List< String >, List< String > > | OnReconnected [get, set] |
| Called after re-connection is attempted | |
| Action | OnDisconnected [get, set] |
| 연결 실패 시 호출되는 이벤트 Called when the connection fails | |
Listener for connection state changes
This class handles events that occur upon successful connection and connection failure.