ReadReceiptV4Message

Read 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.

Constructors

Link copied to clipboard
public void ReadReceiptV4Message()
public void ReadReceiptV4Message(Parcel source)
public void ReadReceiptV4Message(Array<byte> data)

Properties

Link copied to clipboard
public final static Creator<ReadReceiptV4Message> CREATOR
Retrieves an interface for constructing an instance of a class that implements Parcelable from a Parcel.
Link copied to clipboard
public String messageUId
Link copied to clipboard
public int readCount
Link copied to clipboard
public long readTime
Link copied to clipboard
public int totalCount

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public Array<byte> encode()
Link copied to clipboard
public String getMessageUId()
Link copied to clipboard
public int getReadCount()
Link copied to clipboard
public long getReadTime()
Link copied to clipboard
public int getTotalCount()
Link copied to clipboard
public void setMessageUId(String messageUId)
Link copied to clipboard
public void setReadCount(int readCount)
Link copied to clipboard
public void setReadTime(long endMsgTime)
Link copied to clipboard
public void setTotalCount(int totalCount)
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)