#import <EMChatManagerDelegate.h>
- (void) didMessageAttachmentsStatusChanged: |
|
(EMMessage *) |
aMessage |
error: |
|
(EMError *) |
aError |
|
|
| |
|
optional |
消息附件状态发生改变
- 参数
-
aMessage | 附件状态发生变化的消息 |
aError | 错误信息 |
- (void) didMessageStatusChanged: |
|
(EMMessage *) |
aMessage |
error: |
|
(EMError *) |
aError |
|
|
| |
|
optional |
消息状态发生变化
- 参数
-
aMessage | 状态发生变化的消息 |
aError | 出错信息 |
- (void) didReceiveCmdMessages: |
|
(NSArray *) |
aCmdMessages |
|
|
optional |
收到Cmd消息
- 参数
-
aCmdMessages | Cmd消息列表<EMMessage> |
- (void) didReceiveHasDeliveredAcks: |
|
(NSArray *) |
aMessages |
|
|
optional |
收到消息送达回执
- 参数
-
aMessages | 送达消息列表<EMMessage> |
- (void) didReceiveHasReadAcks: |
|
(NSArray *) |
aMessages |
|
|
optional |
收到已读回执
- 参数
-
aMessages | 已读消息列表<EMMessage> |
- (void) didReceiveMessages: |
|
(NSArray *) |
aMessages |
|
|
optional |
- (void) didUpdateConversationList: |
|
(NSArray *) |
aConversationList |
|
|
optional |
会话列表发生变化
- 参数
-
aConversationList | 会话列表<EMConversation> |
该协议的文档由以下文件生成: