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 SummaryFields Modifier and Type Field Description public intgroupTotalCountpublic List<GroupMessageDeliverInfo>deliverListpublic final static Creator<GroupDeliverReportMessage>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description GroupDeliverReportMessage(Array<byte> data)GroupDeliverReportMessage(Parcel in)
 - 
                                
                            
                                Method SummaryModifier 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- 
                                        GroupDeliverReportMessageGroupDeliverReportMessage(Array<byte> data) 
 - 
                                        GroupDeliverReportMessageGroupDeliverReportMessage(Parcel in) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getGroupTotalCountint getGroupTotalCount() 
 - 
                                        setGroupTotalCountvoid setGroupTotalCount(int groupTotalCount) 
 - 
                                        getDeliverListList<GroupMessageDeliverInfo> getDeliverList() 
 - 
                                        setDeliverListvoid setDeliverList(List<GroupMessageDeliverInfo> deliverList) 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        describeContentsint describeContents() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-