ChatRoomInfo

public class ChatRoomInfo

Constructors

Link copied to clipboard
public void ChatRoomInfo()
public void ChatRoomInfo(Parcel in)

Types

Link copied to clipboard

Properties

Link copied to clipboard
public String chatRoomId
Link copied to clipboard
public final static Creator<ChatRoomInfo> CREATOR
Link copied to clipboard
public List<ChatRoomMemberInfo> memberInfo
Link copied to clipboard
public int totalMemberCount

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public String getChatRoomId()
Get the chatroom ID.
Link copied to clipboard
public List<ChatRoomMemberInfo> getMemberInfo()
Retrieves the list of chatroom member information.
Link copied to clipboard
Get the sorting order of chatroom members.
Link copied to clipboard
public int getTotalMemberCount()
Retrieves the total number of members in the chatroom.
Link copied to clipboard
public void setChatRoomId(String chatRoomId)
Sets the chatroom ID.
Link copied to clipboard
public void setMemberInfo(List<ChatRoomMemberInfo> memberInfo)
Sets the list of chatroom member information.
Link copied to clipboard
Sets the sorting order for chatroom members.
Link copied to clipboard
public void setTotalMemberCount(int totalMemberCount)
Sets the total number of members in the chatroom.
Link copied to clipboard
public void setUsers(List<ChatRoomMemberInfo> users)
Sets the chatroom member information list.
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)