ECGroupDelegate Protocol Reference
| Conforms to | ECDelegateBase |
|---|---|
| Declared in | ECGroupDelegate.h |
– onReceiveGroupNoticeMessage:
接收群组相关消息
- (void)onReceiveGroupNoticeMessage:(ECGroupNoticeMessage *)groupMsgParameters
groupMsg |
群组消息 |
|---|
Discussion
参数要根据消息的类型,转成相关的消息类; 解散群组、收到邀请、申请加入、退出群组、有人加入、移除成员等消息
Declared In
ECGroupDelegate.h