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)

Types

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

Properties

Link copied to clipboard
public final static Creator<ChatRoomMemberAction> CREATOR
Link copied to clipboard
public String userId
/~english User id to join or exit the chat room.

Functions

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