@protocol StringeeConnectionDelegate <NSObject>
Used to monitors the client's connection.
- didConnect:isReconnecting: |
---|
Invoked when the client connects to Stringee server:
|
- didDisConnect:isReconnecting: |
Invoked when the client disconnects from Stringee server:
|
- didFailWithError:code:message: |
Invoked when the client fails to connect to Stringee server:
|
- requestAccessToken: |
Invoked when the access token is expired. You must get a new token and reconnect:
|
- didReceiveCustomMessage:message:fromUserId |
Invoked when the client receives a custom message from another client:
|