Package io.rong.message
Class GroupReadReceiptV2Message
-
- All Implemented Interfaces:
public class GroupReadReceiptV2MessageRead Receipt Status Message
New group read receipt message. This message will not be stored and will not be counted in the unread message count. In the old solution, read receipts required an active request for a specific sent message. In the new solution, all messages sent will automatically receive read receipts from other group members upon viewing, without the need for an active request.
-
-
Field Summary
Fields Modifier and Type Field Description public StringmessageUIdpublic intreadCountpublic inttotalCountpublic final static Creator<GroupReadReceiptV2Message>CREATOR
-
Constructor Summary
Constructors Constructor Description GroupReadReceiptV2Message()GroupReadReceiptV2Message(Array<byte> data)GroupReadReceiptV2Message(Parcel source)
-
Method Summary
Modifier and Type Method Description StringgetMessageUId()voidsetMessageUId(String messageUId)intgetReadCount()voidsetReadCount(int readCount)intgetTotalCount()voidsetTotalCount(int totalCount)Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
Constructor Detail
-
GroupReadReceiptV2Message
GroupReadReceiptV2Message()
-
GroupReadReceiptV2Message
GroupReadReceiptV2Message(Array<byte> data)
-
GroupReadReceiptV2Message
GroupReadReceiptV2Message(Parcel source)
-
-
Method Detail
-
getMessageUId
String getMessageUId()
-
setMessageUId
void setMessageUId(String messageUId)
-
getReadCount
int getReadCount()
-
setReadCount
void setReadCount(int readCount)
-
getTotalCount
int getTotalCount()
-
setTotalCount
void setTotalCount(int totalCount)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-