public class ConversationSynchronizer extends Object
| 构造器和说明 |
|---|
ConversationSynchronizer() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
changeUpdatedTime(LCIMConversation conversation,
String updatedAt) |
static void |
mergeConversationFromJsonObject(LCIMConversation conversation,
com.tapsdk.lc.json.JSONObject postObj,
com.tapsdk.lc.json.JSONObject allAttrs) |
static void |
mergeMembers(LCIMConversation conversation,
List<String> members) |
static void |
removeMembers(LCIMConversation conversation,
List<String> members) |
public static void mergeMembers(LCIMConversation conversation, List<String> members)
public static void removeMembers(LCIMConversation conversation, List<String> members)
public static void changeUpdatedTime(LCIMConversation conversation, String updatedAt)
public static void mergeConversationFromJsonObject(LCIMConversation conversation, com.tapsdk.lc.json.JSONObject postObj, com.tapsdk.lc.json.JSONObject allAttrs)
Copyright © 2024. All rights reserved.