Package io.rong.imlib.model
        Enum Conversation.ConversationNotificationStatus
- 
                    
                    - All Implemented Interfaces:
 
 public enum Conversation.ConversationNotificationStatusConversation reminder status. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final intvalue
 - 
                                
                            
                                Enum Constant SummaryEnum Constants Enum Constant Description DO_NOT_DISTURBDo Not Disturb. NOTIFYReminder. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description static Array<Conversation.ConversationNotificationStatus>values()Returns an array containing the constants of this enum type, in the order they're declared. static Conversation.ConversationNotificationStatusvalueOf(String name)Returns the enum constant of this type with the specified name. intgetValue()Retrieves the conversation reminder status. static Conversation.ConversationNotificationStatussetValue(int code)Sets the conversation reminder status. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        valuesstatic Array<Conversation.ConversationNotificationStatus> values() Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants. - Returns:
- an array containing the constants of this enum type, in the order they're declared 
 
 - 
                                        valueOfstatic Conversation.ConversationNotificationStatus valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) - Returns:
- the enum constant with the specified name 
 
 - 
                                        getValueint getValue() Retrieves the conversation reminder status. - Returns:
- The conversation reminder status. 
 
 - 
                                        setValuestatic Conversation.ConversationNotificationStatus setValue(int code) Sets the conversation reminder status. - Parameters:
- code- The conversation reminder status.
- Returns:
- The enumeration of the conversation reminder status. 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-