Package io.rong.imlib.model
        Class ConversationStatus
- 
                    
                    - All Implemented Interfaces:
 
 public class ConversationStatus
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public enumConversationStatus.TopStatus
 - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final static StringNOTIFICATION_KEYpublic final static StringTOP_KEYpublic StringtargetIdpublic StringchannelIdpublic HashMap<String, String>statuspublic IRongCoreEnum.PushNotificationLevelnotificationLevelpublic final static Creator<ConversationStatus>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description ConversationStatus()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetTargetId()voidsetTargetId(String sid)StringgetChannelId()voidsetChannelId(String channelId)HashMap<String, String>getStatus()voidsetStatus(HashMap<String, String> status)IRongCoreEnum.PushNotificationLevelgetNotificationLevel()Get the current NotificationLevel ConversationTypegetConversationType()booleanisTop()ConversationNotificationStatusgetNotifyStatus()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)voidsetConversationType(int sType)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getTargetIdString getTargetId() 
 - 
                                        setTargetIdvoid setTargetId(String sid) 
 - 
                                        getChannelIdString getChannelId() 
 - 
                                        setChannelIdvoid setChannelId(String channelId) 
 - 
                                        getStatusHashMap<String, String> getStatus() 
 - 
                                        setStatusvoid setStatus(HashMap<String, String> status) 
 - 
                                        getNotificationLevelIRongCoreEnum.PushNotificationLevel getNotificationLevel() Get the current NotificationLevel - Since:
- 5.2.5 
 
 - 
                                        getConversationTypeConversationType getConversationType() 
 - 
                                        isTopboolean isTop() 
 - 
                                        getNotifyStatusConversationNotificationStatus getNotifyStatus() 
 - 
                                        describeContentsint describeContents() 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        setConversationTypevoid setConversationType(int sType) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-