Package io.rong.message
        Class HistoryDividerMessage
- 
                    
                    - All Implemented Interfaces:
 
 public class HistoryDividerMessage
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description HistoryDividerMessage(Array<byte> data)HistoryDividerMessage(Parcel in)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetContent()Retrieves the content. voidsetContent(String content)Set content. static HistoryDividerMessageobtain(String content)Creates a message instance. Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)Writes the class's data into the provided Parcel. intdescribeContents()Describes the type of special objects included in the arrangement information of the Parcelable object. - 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        HistoryDividerMessageHistoryDividerMessage(Array<byte> data) 
 - 
                                        HistoryDividerMessageHistoryDividerMessage(Parcel in) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getContentString getContent() Retrieves the content. - Returns:
- The content. 
 
 - 
                                        setContentvoid setContent(String content) Set content. - Parameters:
- content- The content to be set.
 
 - 
                                        obtainstatic HistoryDividerMessage obtain(String content) Creates a message instance. - Parameters:
- content- The content of the message.
- Returns:
- The message instance. 
 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) Writes the class's data into the provided Parcel. - Parameters:
- dest- The Parcel into which the object is written.
- flags- Additional flags about how the object should be written, which can be 0 or PARCELABLE_WRITE_RETURN_VALUE.
 
 - 
                                        describeContentsint describeContents() Describes the type of special objects included in the arrangement information of the Parcelable object. - Returns:
- A flag indicating the arrangement of the special object type collection in the Parcelable object. 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-