问题描述
能够获取好友的名字,但是每个名字对应的会话时间,最后一条消息,还有未读消息数量怎么获取??求助,谢谢!!!
解决方案
_conversation = [[EMClient sharedClient].chatManager getConversation:conversationChatter type:conversationType createIfNotExist:YES]; 先获取每个好友的会话,然后获取这个会话的最后一条消息和未读数量,分别是conversation.latestmessage 和 conversation.unreadmessagescount。
时间: 2024-12-25 17:25:19