Package io.rong.message.custommessage
        Class CustomMediaMessageContent
- 
                    
                    - All Implemented Interfaces:
 
 public class CustomMediaMessageContentCustom media message 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final HashMap<String, Object>fieldspublic StringobjectNamepublic final static Creator<CustomMediaMessageContent>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description CustomMediaMessageContent(Array<byte> data)CustomMediaMessageContent(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 Parcelable objects. List<String>getSearchableWord()CustomMessageTypetype()voidsetFields(Map<String, Object> fields)voidsetSearchableWords(List<String> searchableWords)- 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        CustomMediaMessageContentCustomMediaMessageContent(Array<byte> data) 
 - 
                                        CustomMediaMessageContentCustomMediaMessageContent(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 into which the object is written.
- flags- Additional flags about how the object should be written, possibly 0 or PARCELABLE_WRITE_RETURN_VALUE.
 
 - 
                                        describeContentsint describeContents() Describes the type of special objects included in the arrangement information of Parcelable objects. - Returns:
- A flag indicating the arrangement of the special object type collection in the Parcelable object. 
 
 - 
                                        getSearchableWordList<String> getSearchableWord() 
 - 
                                        typeCustomMessageType type() 
 - 
                                        setFieldsvoid setFields(Map<String, Object> fields) 
 - 
                                        setSearchableWordsvoid setSearchableWords(List<String> searchableWords) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-