Package | Description |
---|---|
cn.leancloud.im.v2 |
Modifier and Type | Method and Description |
---|---|
void |
LCIMClient.createChatRoom(List<String> conversationMembers,
String name,
Map<String,Object> attributes,
boolean isUnique,
LCIMConversationCreatedCallback callback)
Create a new Chatroom
|
void |
LCIMClient.createChatRoom(String name,
Map<String,Object> attributes,
LCIMConversationCreatedCallback callback)
Create a new Chatroom
|
void |
LCIMClient.createConversation(List<String> conversationMembers,
Map<String,Object> attributes,
LCIMConversationCreatedCallback callback)
Create a new Conversation
|
void |
LCIMClient.createConversation(List<String> members,
String name,
Map<String,Object> attributes,
boolean isTransient,
boolean isUnique,
LCIMConversationCreatedCallback callback)
Create a new Conversation
|
void |
LCIMClient.createConversation(List<String> members,
String name,
Map<String,Object> attributes,
boolean isTransient,
LCIMConversationCreatedCallback callback)
Create a new Conversation
|
void |
LCIMClient.createConversation(List<String> conversationMembers,
String name,
Map<String,Object> attributes,
LCIMConversationCreatedCallback callback)
Create a new Conversation
|
void |
LCIMClient.createTemporaryConversation(List<String> conversationMembers,
int ttl,
LCIMConversationCreatedCallback callback)
Create a new temporary Conversation
|
void |
LCIMClient.createTemporaryConversation(List<String> conversationMembers,
LCIMConversationCreatedCallback callback)
Create a new temporary Conversation
|
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.