Package | Description |
---|---|
cn.leancloud.im.v2 | |
cn.leancloud.im.v2.conversation |
Modifier and Type | Method and Description |
---|---|
void |
LCIMConversation.updateMemberRole(String memberId,
ConversationMemberRole role,
LCIMConversationCallback callback)
更新成员的角色信息
|
Modifier and Type | Method and Description |
---|---|
static ConversationMemberRole |
ConversationMemberRole.fromString(String role)
从角色名字生成实例
|
ConversationMemberRole |
LCIMConversationMemberInfo.getRole()
获取角色信息
|
static ConversationMemberRole |
ConversationMemberRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversationMemberRole[] |
ConversationMemberRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LCIMConversationMemberInfo.setRole(ConversationMemberRole role)
设置角色
|
Constructor and Description |
---|
LCIMConversationMemberInfo(String conversationId,
String memberId,
ConversationMemberRole role)
构造函数
|
LCIMConversationMemberInfo(String objectId,
String conversationId,
String memberId,
ConversationMemberRole role)
构造函数
|
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.