JMSGGroupAnnouncementEvent Class Reference
| Inherits from | JMSGNotificationEvent : NSObject |
|---|---|
| Declared in | JMSGNotificationEvent.h |
Overview
收到事件后根据 eventType 判断类型,取相应的数据,上层通过 [JMSGGroupDelegate onReceiveGroupAnnouncementEvents:] 监听。
announcement
群公告
@property (nonatomic, strong, readonly) JMSGGroupAnnouncement *announcementDeclared In
JMSGNotificationEvent.h
fromUser
事件操作者
@property (nonatomic, strong, readonly) JMSGUser *fromUserDeclared In
JMSGNotificationEvent.h
group
群组
@property (nonatomic, strong, readonly) JMSGGroup *groupDeclared In
JMSGNotificationEvent.h