public interface StringeeConnectionListener
Monitors when the client connects or disconnects from Stringee server.
| Public methods | |
|---|---|
void |
void onConnectionConnected(StringeeClient client, boolean isReconnecting)
Perform on connection connected. |
void |
void onConnectionDisconnected(StringeeClient client, boolean isReconnecting)
Perform on connection disconnected. |
void |
void onIncomingCall(StringeeCall stringeeCall)
Perform on incoming call. |
void |
void onIncomingCall2(StringeeCall2 stringeeCall)
Perform on incoming call2. |
void |
void onConnectionError(StringeeClient client, StringeeError error)
Perform on connection error. |
void |
void onRequestNewToken(StringeeClient client)
Perform on request new token. |
void |
void onCustomMessage(String from, JSONObject msg)
Perform on custom message. |
void |
void onTopicMessage(String from, JSONObject msg)
Perform on topic message. |
void onConnectionConnected(StringeeClient client, boolean isReconnecting)
Perform on connection connected.
void onConnectionDisconnected(StringeeClient client, boolean isReconnecting)
Perform on connection disconnected.
void onIncomingCall(StringeeCall stringeeCall)
Perform on incoming call.
void onIncomingCall2(StringeeCall2 stringeeCall)
Perform on incoming call2.
void onConnectionError(StringeeClient client, StringeeError error)
Perform on connection error.
void onRequestNewToken(StringeeClient client)
Perform on request new token.
void onCustomMessage(String from, JSONObject msg)
Perform on custom message.
void onTopicMessage(String from, JSONObject msg)
Perform on topic message.