ChatRoomMemberAction

Created by yanke on 2021/7/13

Constructors

Link copied to clipboard
public void ChatRoomMemberAction(Parcel in)
public void ChatRoomMemberAction(String userId, ChatRoomMemberAction.ChatRoomMemberActionType chatRoomMemberActionType, String extra)

Types

Link copied to clipboard
Chat room members join or exit type.

Properties

Link copied to clipboard
public final static Creator<ChatRoomMemberAction> CREATOR
Link copied to clipboard
public String extra
Link copied to clipboard
public String userId
The user ID for joining or leaving the chatroom.

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
Gets the type of chat room member joining or exiting.
Link copied to clipboard
public String getExtra()
Link copied to clipboard
public String getUserId()
Gets the ID of the chat room member who joined or exited.
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)