| 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.Affiliation |
ChatRoom.ChatRoomMember.getAffiliation() |
static ChatRoom.Affiliation |
ChatRoom.Affiliation.valueFrom(String val) |
static ChatRoom.Affiliation |
ChatRoom.Affiliation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatRoom.Affiliation[] |
ChatRoom.Affiliation.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.setAffiliation(ChatRoom.Affiliation affiliation) |
| Constructor and Description |
|---|
ChatRoomMember(JID userJID,
String nickName,
ChatRoom.Affiliation affiliation,
ChatRoom.Role role,
boolean exist) |
Copyright © 2019. All rights reserved.