Package io.rong.message
        Class GroupReadReceiptV2Message
- 
                    
                    - All Implemented Interfaces:
 
 public class GroupReadReceiptV2MessageRead 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. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public StringmessageUIdpublic intreadCountpublic inttotalCountpublic final static Creator<GroupReadReceiptV2Message>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description GroupReadReceiptV2Message()GroupReadReceiptV2Message(Array<byte> data)GroupReadReceiptV2Message(Parcel source)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetMessageUId()voidsetMessageUId(String messageUId)intgetReadCount()voidsetReadCount(int readCount)intgetTotalCount()voidsetTotalCount(int totalCount)Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)intdescribeContents()- 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        GroupReadReceiptV2MessageGroupReadReceiptV2Message() 
 - 
                                        GroupReadReceiptV2MessageGroupReadReceiptV2Message(Array<byte> data) 
 - 
                                        GroupReadReceiptV2MessageGroupReadReceiptV2Message(Parcel source) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getMessageUIdString getMessageUId() 
 - 
                                        setMessageUIdvoid setMessageUId(String messageUId) 
 - 
                                        getReadCountint getReadCount() 
 - 
                                        setReadCountvoid setReadCount(int readCount) 
 - 
                                        getTotalCountint getTotalCount() 
 - 
                                        setTotalCountvoid setTotalCount(int totalCount) 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        describeContentsint describeContents() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-