Package io.rong.message
Class GroupDeliverReportMessage
-
- All Implemented Interfaces:
public class GroupDeliverReportMessageMessage Delivery Notification Class
This class represents a message delivery notification. This type of message is not stored and does not count towards unread message count.
-
-
Field Summary
Fields Modifier and Type Field Description public intgroupTotalCountpublic List<GroupMessageDeliverInfo>deliverListpublic final static Creator<GroupDeliverReportMessage>CREATOR
-
Constructor Summary
Constructors Constructor Description GroupDeliverReportMessage(Array<byte> data)GroupDeliverReportMessage(Parcel in)
-
Method Summary
Modifier and Type Method Description intgetGroupTotalCount()voidsetGroupTotalCount(int groupTotalCount)List<GroupMessageDeliverInfo>getDeliverList()voidsetDeliverList(List<GroupMessageDeliverInfo> deliverList)Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
Constructor Detail
-
GroupDeliverReportMessage
GroupDeliverReportMessage(Array<byte> data)
-
GroupDeliverReportMessage
GroupDeliverReportMessage(Parcel in)
-
-
Method Detail
-
getGroupTotalCount
int getGroupTotalCount()
-
setGroupTotalCount
void setGroupTotalCount(int groupTotalCount)
-
getDeliverList
List<GroupMessageDeliverInfo> getDeliverList()
-
setDeliverList
void setDeliverList(List<GroupMessageDeliverInfo> deliverList)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-