Package io.rong.message
        Class RichContentItem
- 
                    
                    - All Implemented Interfaces:
 
 public class RichContentItem
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description RichContentItem(JSONObject jsonObj)RichContentItem(String jsonStr)RichContentItem(Parcel in)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetTitle()Get the message title voidsetTitle(String title)Set Message Title StringgetDigest()Get summary information voidsetDigest(String digest)Set digest information StringgetImageUrl()Get the image URL of the message. voidsetImageUrl(String imageUrl)Sets the image URL for the message. StringgetUrl()Get the message URL voidsetUrl(String url)Set message URL voidwriteToParcel(Parcel dest, int flags)intdescribeContents()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getTitleString getTitle() Get the message title - Returns:
- The message title 
 
 - 
                                        setTitlevoid setTitle(String title) Set Message Title - Parameters:
- title- The title of the message
 
 - 
                                        getDigestString getDigest() Get summary information - Returns:
- Summary information 
 
 - 
                                        setDigestvoid setDigest(String digest) Set digest information - Parameters:
- digest- Digest information
 
 - 
                                        getImageUrlString getImageUrl() Get the image URL of the message. - Returns:
- The image URL 
 
 - 
                                        setImageUrlvoid setImageUrl(String imageUrl) Sets the image URL for the message. - Parameters:
- imageUrl- The URL of the image
 
 - 
                                        getUrlString getUrl() Get the message URL - Returns:
- The message URL 
 
 - 
                                        setUrlvoid setUrl(String url) Set message URL - Parameters:
- url- The message URL
 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        describeContentsint describeContents() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-