Package io.rong.message
Class ReadReceiptV4Message
-
- All Implemented Interfaces:
public class ReadReceiptV4MessageRead Receipt V4 Status Message
- Since:
5.6.7
The new group read receipt message will not be stored and will not count towards the unread message count. In the old scheme, read receipts required an active request for a specific sent message. In the new scheme, all messages sent will automatically receive read receipts from other group members upon viewing, eliminating the need for active requests.
-
-
Field Summary
Fields Modifier and Type Field Description public StringmessageUIdpublic intreadCountpublic inttotalCountpublic longreadTimepublic final static Creator<ReadReceiptV4Message>CREATOR
-
Constructor Summary
Constructors Constructor Description ReadReceiptV4Message()ReadReceiptV4Message(Parcel source)ReadReceiptV4Message(Array<byte> data)
-
Method Summary
Modifier and Type Method Description StringgetMessageUId()voidsetMessageUId(String messageUId)intgetReadCount()voidsetReadCount(int readCount)intgetTotalCount()voidsetTotalCount(int totalCount)longgetReadTime()voidsetReadTime(long endMsgTime)Array<byte>encode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Constructor Detail
-
ReadReceiptV4Message
ReadReceiptV4Message()
-
ReadReceiptV4Message
ReadReceiptV4Message(Parcel source)
-
ReadReceiptV4Message
ReadReceiptV4Message(Array<byte> data)
-
-
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)
-
getReadTime
long getReadTime()
-
setReadTime
void setReadTime(long endMsgTime)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-