| Package | Description |
|---|---|
| abs.ixi.client | |
| abs.ixi.client.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserManager.updateChatRoomMember(JID roomJID,
JID userJID,
String nickName,
ChatRoom.Affiliation affiliation,
ChatRoom.Role role)
Request to update chat room member.
|
| Modifier and Type | Method and Description |
|---|---|
ChatRoom.Role |
ChatRoom.ChatRoomMember.getRole() |
static ChatRoom.Role |
ChatRoom.Role.valueFrom(String val) |
static ChatRoom.Role |
ChatRoom.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatRoom.Role[] |
ChatRoom.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatRoom.ChatRoomMember.setRole(ChatRoom.Role role) |
| Constructor and Description |
|---|
ChatRoomMember(JID userJID,
String nickName,
ChatRoom.Affiliation affiliation,
ChatRoom.Role role,
boolean exist) |
Copyright © 2019. All rights reserved.