GroupReadReceiptV2Message

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

Constructors

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

Properties

Link copied to clipboard
public final static Creator<GroupReadReceiptV2Message> CREATOR
Read interface, used to construct 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 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 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 setTotalCount(int totalCount)
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)