Package io.rong.imlib.model
        Class MessageConfig
- 
                    
                    - All Implemented Interfaces:
 
 public class MessageConfig
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public classMessageConfig.Builder
 - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final static Creator<MessageConfig>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description MessageConfig()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description booleanisDisableNotification()Specifies whether to disable notifications. intdescribeContents()voidwriteToParcel(Parcel dest, int flags)voidsetDisableNotification(boolean disableNotification)Specifies whether to disable notifications. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        isDisableNotificationboolean isDisableNotification() Specifies whether to disable notifications. true: disable notifications (no notifications will be sent), false: do not disable notifications (notifications will be sent). 
 - 
                                        describeContentsint describeContents() 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        setDisableNotificationvoid setDisableNotification(boolean disableNotification) Specifies whether to disable notifications. true: disable notifications (no notifications will be sent), false: do not disable notifications (notifications will be sent). - Parameters:
- disableNotification- The user ID of the message sender.
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-