JMSGGroupAdminApprovalEvent Class Reference

Inherits from JMSGNotificationEvent : NSObject
Declared in JMSGNotificationEvent.h

Overview

管理员同意或者拒绝了某个入群申请,其他管理员会收到该通知,上层通过 [JMSGGroupDelegate onReceiveGroupAdminApprovalEvent:] 代理方法监听该事件

  isAgreeApply

管理员是否同意申请,YES:同意,NO:拒绝

@property (nonatomic, assign, readonly) BOOL isAgreeApply

Declared In

JMSGNotificationEvent.h

  applyEventID

申请入群事件的事件 id

@property (nonatomic, strong, readonly) NSString *applyEventID

Declared In

JMSGNotificationEvent.h

  groupID

群 gid

@property (nonatomic, strong, readonly) NSString *groupID

Declared In

JMSGNotificationEvent.h

  groupAdmin

操作的管理员

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

Declared In

JMSGNotificationEvent.h

  users

申请或被邀请加入群的用户,即:实际入群的用户

@property (nonatomic, strong, readonly) NSArray JMSG_GENERIC ( __kindof JMSGUser **users

Declared In

JMSGNotificationEvent.h