Package io.rong.imlib.model
Class ReadReceiptInfoV4
-
- All Implemented Interfaces:
public class ReadReceiptInfoV4
只有采用群已读回执V2版本,群组的消息才需要此属性,V1版本或其它非群组类型会话中本属性为 NULL
-
-
Field Summary
Fields Modifier and Type Field Description public final static Creator<ReadReceiptInfoV4>
CREATOR
-
Constructor Summary
Constructors Constructor Description ReadReceiptInfoV4()
ReadReceiptInfoV4(GroupReadReceiptInfoV2 v2)
ReadReceiptInfoV4(String jsonString)
-
Method Summary
Modifier and Type Method Description void
writeToParcel(Parcel dest, int flags)
int
describeContents()
-
-
Method Detail
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-