ChatRoomMemberInfo

public class ChatRoomMemberInfo

Constructors

Link copied to clipboard
public void ChatRoomMemberInfo()

Properties

Link copied to clipboard
public final static Creator<ChatRoomMemberInfo> CREATOR
Link copied to clipboard
public long joinTime

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public long getJoinTime()
Gets the timestamp when the user joined the chatroom (in Unix timestamp, milliseconds).
Link copied to clipboard
public String getUserId()
Retrieves the user ID.
Link copied to clipboard
public void setJoinTime(long joinTime)
Sets the timestamp when the user joined the chatroom (Unix timestamp in milliseconds).
Link copied to clipboard
public void setUserId(String userId)
Sets the user ID.
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)