Package io.rong.imlib.model
Class ChatRoomMemberAction
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ChatRoomMemberAction implements ParcelableCreated by yanke on 2021/7/13
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumChatRoomMemberAction.ChatRoomMemberActionType/~english Chat room members join or exit type.
-
Field Summary
Fields Modifier and Type Field Description public StringuserIdpublic Stringextrapublic final static Parcelable.Creator<ChatRoomMemberAction>CREATORpublic final static intCONTENTS_FILE_DESCRIPTORpublic final static intPARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
Constructors Constructor Description ChatRoomMemberAction(Parcel in)ChatRoomMemberAction(String userId, ChatRoomMemberAction.ChatRoomMemberActionType chatRoomMemberActionType, String extra)
-
Method Summary
Modifier and Type Method Description StringgetUserId()/~english Gets the ID of the chat room member who joined or exited. StringgetExtra()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)ChatRoomMemberAction.ChatRoomMemberActionTypegetChatRoomMemberAction()/~english Gets the type of chat room member joining or exiting. -
-
Constructor Detail
-
ChatRoomMemberAction
ChatRoomMemberAction(Parcel in)
-
ChatRoomMemberAction
ChatRoomMemberAction(String userId, ChatRoomMemberAction.ChatRoomMemberActionType chatRoomMemberActionType, String extra)
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getChatRoomMemberAction
ChatRoomMemberAction.ChatRoomMemberActionType getChatRoomMemberAction()
/~english Gets the type of chat room member joining or exiting.
-
-
-
-