Package io.rong.message.custommessage
        Class CustomMessageContent
- 
                    
                    - All Implemented Interfaces:
 
 public class CustomMessageContentCustom Message 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final HashMap<String, Object>fieldspublic StringobjectNamepublic final static Creator<CustomMessageContent>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description CustomMessageContent(Array<byte> data)CustomMessageContent(Parcel in)Constructor. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description HashMap<String, Object>getFields()StringgetObjectName()voidsetObjectName(String objectName)Array<byte>encode()Serializes the local message object into message data. voidwriteToParcel(Parcel dest, int flags)Writes the class data into the provided Parcel. intdescribeContents()Describes the type of special objects included in the arrangement information of the Parcelable object. List<String>getSearchableWord()CustomMessageTypetype()voidsetFields(Map<String, Object> fields)voidsetSearchableWords(List<String> searchableWords)- 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        CustomMessageContentCustomMessageContent(Array<byte> data) 
 - 
                                        CustomMessageContentCustomMessageContent(Parcel in) Constructor.- Parameters:
- in- The Parcel object passed during initialization.
 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getFieldsHashMap<String, Object> getFields() 
 - 
                                        getObjectNameString getObjectName() 
 - 
                                        setObjectNamevoid setObjectName(String objectName) 
 - 
                                        encodeArray<byte> encode() Serializes the local message object into message data. - Returns:
- The message data. 
 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) Writes the class data into the provided Parcel. - Parameters:
- dest- The Parcel where the object is written.
- flags- Additional flags on how the object is 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 of the Parcelable object. 
 
 - 
                                        getSearchableWordList<String> getSearchableWord() 
 - 
                                        typeCustomMessageType type() 
 - 
                                        setFieldsvoid setFields(Map<String, Object> fields) 
 - 
                                        setSearchableWordsvoid setSearchableWords(List<String> searchableWords) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-