JMSGGroupBlacklistChangeEvent Class Reference

Inherits from JMSGNotificationEvent : NSObject
Declared in JMSGNotificationEvent.h

Overview

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

  group

群组

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

Declared In

JMSGNotificationEvent.h

  fromUser

事件操作者

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

Declared In

JMSGNotificationEvent.h

  targetList

被加入/被删除 群组黑名单的用户列表

@property (nonatomic, strong, readonly) NSArray<__kindofJMSGUser*> *targetList

Declared In

JMSGNotificationEvent.h