Package io.rong.imlib.model
        Class ConversationIdentifier
- 
                    
                    - All Implemented Interfaces:
 
 public class ConversationIdentifierConversation ID 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description ConversationIdentifier()ConversationIdentifier(ConversationType type, String targetId)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ConversationTypegetType()voidsetType(ConversationType type)StringgetTargetId()voidsetTargetId(String targetId)StringgetChannelId()voidsetChannelId(String channelId)static ConversationIdentifierobtain(ConversationType type, String targetId, String channelId)static ConversationIdentifierobtainUltraGroup(String targetId, String channelId)static ConversationIdentifierobtainGroup(String targetId)Constructs a GROUP-type ConversationIdentifier. static ConversationIdentifierobtainPrivate(String targetId)static ConversationIdentifierobtainChatroom(String targetId)static ConversationIdentifierobtainCustomer(String targetId)Constructs a CUSTOMER_SERVICE type ConversationIdentifier. static ConversationIdentifierobtain(Message message)static ConversationIdentifierobtain(Conversation conversation)intgetTypeValue()StringoptChannelId()booleanisValid()booleanisValidChannel()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequalsWithMessage(Message message)StringtoString()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getTypeConversationType getType() 
 - 
                                        setTypevoid setType(ConversationType type) 
 - 
                                        getTargetIdString getTargetId() 
 - 
                                        setTargetIdvoid setTargetId(String targetId) 
 - 
                                        getChannelIdString getChannelId() 
 - 
                                        setChannelIdvoid setChannelId(String channelId) 
 - 
                                        obtainstatic ConversationIdentifier obtain(ConversationType type, String targetId, String channelId) 
 - 
                                        obtainUltraGroupstatic ConversationIdentifier obtainUltraGroup(String targetId, String channelId) 
 - 
                                        obtainGroupstatic ConversationIdentifier obtainGroup(String targetId) Constructs a GROUP-type ConversationIdentifier. This type generally does not require a channelId. 
 - 
                                        obtainPrivatestatic ConversationIdentifier obtainPrivate(String targetId) 
 - 
                                        obtainChatroomstatic ConversationIdentifier obtainChatroom(String targetId) 
 - 
                                        obtainCustomerstatic ConversationIdentifier obtainCustomer(String targetId) Constructs a CUSTOMER_SERVICE type ConversationIdentifier. This type generally does not require passing a channelId. 
 - 
                                        obtainstatic ConversationIdentifier obtain(Message message) 
 - 
                                        obtainstatic ConversationIdentifier obtain(Conversation conversation) 
 - 
                                        getTypeValueint getTypeValue() 
 - 
                                        optChannelIdString optChannelId() 
 - 
                                        isValidboolean isValid() 
 - 
                                        isValidChannelboolean isValidChannel() 
 - 
                                        describeContentsint describeContents() 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        equalsWithMessageboolean equalsWithMessage(Message message) 
 - 
                                        toStringString toString() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-