Class GatheredConversation
-
- All Implemented Interfaces:
public class GatheredConversation
-
-
Field Summary
Fields Modifier and Type Field Description public ConversationType
mGatheredType
-
Constructor Summary
Constructors Constructor Description GatheredConversation(Context context, Conversation conversation)
-
Method Summary
Modifier and Type Method Description void
onUserInfoUpdate(UserInfo user)
void
onGroupInfoUpdate(Group group)
void
onGroupMemberUpdate(GroupUserInfo groupMember)
void
onConversationUpdate(Conversation conversation)
int
getUnreadMessageCount()
Conversation
currentConversation(String targetId)
-
-
Method Detail
-
onUserInfoUpdate
void onUserInfoUpdate(UserInfo user)
-
onGroupInfoUpdate
void onGroupInfoUpdate(Group group)
-
onGroupMemberUpdate
void onGroupMemberUpdate(GroupUserInfo groupMember)
-
onConversationUpdate
void onConversationUpdate(Conversation conversation)
-
getUnreadMessageCount
int getUnreadMessageCount()
-
currentConversation
Conversation currentConversation(String targetId)
-
-
-
-