JMSGApplyJoinGroupEvent Class Reference

Inherits from JMSGNotificationEvent : NSObject
Declared in JMSGNotificationEvent.h

Overview

上层通过 JMSGGroupDelegate 类中的 [JMSGGroupDelegate onReceiveApplyJoinGroupApprovalEvent:] 代理方法监听该事件

  eventID

事件的 id

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

Declared In

JMSGNotificationEvent.h

  groupID

群 gid

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

Declared In

JMSGNotificationEvent.h

  isInitiativeApply

是否是用户主动申请入群,YES:主动申请加入,NO:被邀请加入

@property (nonatomic, assign, readonly) BOOL isInitiativeApply

Declared In

JMSGNotificationEvent.h

  sendApplyUser

发起申请的 user

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

Declared In

JMSGNotificationEvent.h

  joinGroupUsers

被邀请入群的 user 数组

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

Declared In

JMSGNotificationEvent.h

  reason

原因

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

Declared In

JMSGNotificationEvent.h