JMSGChatRoomAdminChangeEvent Class Reference

Inherits from JMSGNotificationEvent : NSObject
Declared in JMSGNotificationEvent.h

Overview

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

  chatRoom

聊天室

@property (nonatomic, strong, readonly) JMSGChatRoom *chatRoom

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