Package io.rong.message
        Class HasReceivedNotificationMessage
- 
                    
                    - All Implemented Interfaces:
 
 public class HasReceivedNotificationMessageNotification Message Indicates that the message has been received and will not be stored in the message history. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final static Creator<HasReceivedNotificationMessage>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description HasReceivedNotificationMessage(Parcel in)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description Array<byte>encode()Serializes the data to be transmitted. voidwriteToParcel(Parcel dest, int flags)intdescribeContents()booleanisHasReceived()Retrieves the status of message receipt. voidsetHasReceived(boolean hasReceived)Sets the received status of the message. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        encodeArray<byte> encode() Serializes the data to be transmitted. - Returns:
- The serialized data for transmission. 
 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        describeContentsint describeContents() 
 - 
                                        isHasReceivedboolean isHasReceived() Retrieves the status of message receipt. - Returns:
- Indicates the status of message receipt. 
 
 - 
                                        setHasReceivedvoid setHasReceived(boolean hasReceived) Sets the received status of the message. - Parameters:
- hasReceived- Indicates the received status of the message
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-