Package io.rong.imkit.config
Class GatheredConversationConfig
-
- All Implemented Interfaces:
public class GatheredConversationConfig
-
-
Constructor Summary
Constructors Constructor Description GatheredConversationConfig()
-
Method Summary
Modifier and Type Method Description void
setConversationTitle(ConversationType conversationType, int title)
Integer
getConversationTitle(ConversationType conversationType)
void
setGatherConversationPortrait(ConversationType conversationType, Uri resUri)
Uri
getGatherConversationPortrait(ConversationType conversationType)
-
-
Method Detail
-
setConversationTitle
void setConversationTitle(ConversationType conversationType, int title)
-
getConversationTitle
Integer getConversationTitle(ConversationType conversationType)
-
setGatherConversationPortrait
void setGatherConversationPortrait(ConversationType conversationType, Uri resUri)
-
getGatherConversationPortrait
Uri getGatherConversationPortrait(ConversationType conversationType)
-
-
-
-