Package io.rong.imlib.chatroom.message
Class ChatRoomMemberActionMessage
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ChatRoomMemberActionMessage extends MessageContent状态消息
此消息不存储不计入未读消息数.
-
-
Field Summary
Fields Modifier and Type Field Description public intmemberCountpublic final static Parcelable.Creator<ChatRoomMemberActionMessage>CREATORpublic UserInfouserInfopublic MentionedInfomentionedInfopublic booleanisDestructpublic longdestructTimeprotected final static List<String>BASE_KEYSpublic MessageAuditInfoauditInfopublic Array<byte>rawJsonDatapublic final static intCONTENTS_FILE_DESCRIPTORpublic final static intPARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
Constructors Constructor Description ChatRoomMemberActionMessage()ChatRoomMemberActionMessage(Array<byte> data)ChatRoomMemberActionMessage(Parcel in)
-
Method Summary
Modifier and Type Method Description intgetMemberCount()voidsetMemberCount(int memberCount)Array<byte>encode()将本地消息对象序列化为消息数据。 voidwriteToParcel(Parcel dest, int flags)intdescribeContents()List<ChatRoomMemberAction>getChatRoomMembers()voidsetChatRoomMembers(List<ChatRoomMemberAction> chatRoomMemberActions)-
Methods inherited from class io.rong.imlib.model.MessageContent
getAuditInfo, getBaseJsonObject, getDestructTime, getExtra, getJSONDestructInfo, getJSONUserInfo, getJsonMentionInfo, getMentionedInfo, getRawJsonData, getSearchableWord, getUserInfo, isDestruct, parseBaseJsonObject, parseJsonToDestructInfo, parseJsonToMentionInfo, parseJsonToUserInfo, readFromBaseInfoParcel, setAuditInfo, setDestruct, setDestructTime, setExtra, setMentionedInfo, setRawJsonData, setUserInfo, writeToBaseInfoParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ChatRoomMemberActionMessage
ChatRoomMemberActionMessage()
-
ChatRoomMemberActionMessage
ChatRoomMemberActionMessage(Array<byte> data)
-
ChatRoomMemberActionMessage
ChatRoomMemberActionMessage(Parcel in)
-
-
Method Detail
-
getMemberCount
int getMemberCount()
-
setMemberCount
void setMemberCount(int memberCount)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
getChatRoomMembers
List<ChatRoomMemberAction> getChatRoomMembers()
-
setChatRoomMembers
void setChatRoomMembers(List<ChatRoomMemberAction> chatRoomMemberActions)
-
-
-
-