|
| override void | Connect () |
|
void | HandleResponse (string messageId, Error error, string message) |
|
void | RefreshToken (string newToken, ResultCallback result) |
|
void | GetUserChatConfiguration (ResultCallback< GetUserChatConfigurationResponse > callback) |
|
void | SetUserChatConfiguration (SetUserChatConfigurationRequest request, ResultCallback< SetUserChatConfigurationResponse > callback) |
|
void | CreatePersonalTopic (string otherUserId, ResultCallback< ChatActionTopicResponse > callback) |
|
void | QueryGroupTopic (string keyword, ResultCallback< QueryTopicResponse > callback, int offset, int limit) |
|
void | QueryPersonalTopic (string keyword, ResultCallback< QueryTopicResponse > callback, int offset, int limit) |
|
void | QueryTopic (string keyword, ResultCallback< QueryTopicResponse > callback, int offset, int limit) |
|
void | QueryTopic (string topicId, ResultCallback< QueryTopicByIdResponse > callback) |
|
void | SendChatMessage (string topicId, string message, ResultCallback< SendChatResponse > callback) |
|
void | QueryChat (string topicId, ResultCallback< QueryChatResponse > callback, int limit, DateTime lastChatCreatedAt) |
|
void | BlockUser (string userId, ResultCallback< BlockUnblockResponse > callback) |
|
void | UnblockUser (string userId, ResultCallback< BlockUnblockResponse > callback) |
|
void | QuerySystemMessage (ResultCallback< QuerySystemMessagesResponse > callback, QuerySystemMessageRequest request) |
|
void | UpdateSystemMessages (HashSet< ActionUpdateSystemMessage > actionUpdateSystemMessages, ResultCallback< UpdateSystemMessagesResponse > callback) |
|
void | DeleteSystemMessages (HashSet< string > messageIds, ResultCallback< DeleteSystemMessagesResponse > callback) |
|
void | GetSystemMessagesStats (GetSystemMessageStatsRequest request, ResultCallback< GetSystemMessageStatsResponse > callback) |
|
virtual void | OverrideWebsocket (IWebSocket inWebSocket, int inPingDelay=4000, int inBackoffDelay=1000, int inMaxDelay=30000, int inTotalTimeout=60000) |
|
virtual void | Connect (Dictionary< string, string > customHeader) |
|
virtual void | Disconnect () |
|
virtual void | SendMessage (string message) |