Package io.rong.imlib.model
Class ReadReceiptInfoV4
-
- All Implemented Interfaces:
public class ReadReceiptInfoV4
Only when using the **Group Read Receipt V2** version does this property apply to group messages. For the **V1** version or other non-group conversation types, this property is **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()
-
-
-
-