Package | Description |
---|---|
com.teamchat.client.sdk | |
com.teamchat.client.utils |
Modifier and Type | Method and Description |
---|---|
void |
EventExecutor.notifyCallbackEvent(EventsCallback callback,
org.json.JSONObject event) |
void |
EventExecutor.notifyCallbackMessage(EventsCallback callback,
org.json.JSONObject msg) |
EventStream |
EventStream.setCallback(EventsCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
MultiThreadExecutor.notifyCallbackEvent(EventsCallback callback,
org.json.JSONObject event) |
void |
FormIDQueue.notifyCallbackEvent(EventsCallback callback,
org.json.JSONObject event) |
void |
MultiThreadExecutor.notifyCallbackMessage(EventsCallback callback,
org.json.JSONObject msg) |
void |
FormIDQueue.notifyCallbackMessage(EventsCallback callback,
org.json.JSONObject msg) |