JMSGGroupAnnouncementEvent Class Reference

Inherits from JMSGNotificationEvent : NSObject
Declared in JMSGNotificationEvent.h

Overview

收到事件后根据 eventType 判断类型,取相应的数据,上层通过 [JMSGGroupDelegate onReceiveGroupAnnouncementEvents:] 监听。

  announcement

群公告

@property (nonatomic, strong, readonly) JMSGGroupAnnouncement *announcement

Declared In

JMSGNotificationEvent.h

  fromUser

事件操作者

@property (nonatomic, strong, readonly) JMSGUser *fromUser

Declared In

JMSGNotificationEvent.h

  group

群组

@property (nonatomic, strong, readonly) JMSGGroup *group

Declared In

JMSGNotificationEvent.h

  ctime

事件时间

@property (nonatomic, assign, readonly) UInt64 ctime

Declared In

JMSGNotificationEvent.h