Package io.rong.imlib.model
        Class UnknownMessage
- 
                    
                    - All Implemented Interfaces:
 
 public class UnknownMessageUnknown message type. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final static Creator<UnknownMessage>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description UnknownMessage(Array<byte> bytes)Constructor. UnknownMessage()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description Array<byte>encode()Serializes the data to be transmitted. intdescribeContents()voidwriteToParcel(Parcel dest, int flags)- 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        UnknownMessageUnknownMessage(Array<byte> bytes) Constructor.- Parameters:
- bytes- The byte content.
 
 - 
                                        UnknownMessageUnknownMessage() 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        encodeArray<byte> encode() Serializes the data to be transmitted. - Returns:
- Serialized data for transmission. 
 
 - 
                                        describeContentsint describeContents() 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-