JMSGApplyJoinGroupEvent Class Reference
| Inherits from | JMSGNotificationEvent : NSObject |
|---|---|
| Declared in | JMSGNotificationEvent.h |
Overview
上层通过 JMSGGroupDelegate 类中的 [JMSGGroupDelegate onReceiveApplyJoinGroupApprovalEvent:] 代理方法监听该事件
eventID
事件的 id
@property (nonatomic, strong, readonly) NSString *eventIDDeclared In
JMSGNotificationEvent.h
groupID
群 gid
@property (nonatomic, strong, readonly) NSString *groupIDDeclared In
JMSGNotificationEvent.h
isInitiativeApply
是否是用户主动申请入群,YES:主动申请加入,NO:被邀请加入
@property (nonatomic, assign, readonly) BOOL isInitiativeApplyDeclared In
JMSGNotificationEvent.h
sendApplyUser
发起申请的 user
@property (nonatomic, strong, readonly) JMSGUser *sendApplyUserDeclared In
JMSGNotificationEvent.h
joinGroupUsers
被邀请入群的 user 数组
@property (nonatomic, strong, readonly) NSArray JMSG_GENERIC ( __kindof JMSGUser **joinGroupUsersDeclared In
JMSGNotificationEvent.h
reason
原因
@property (nonatomic, strong, readonly) NSString *reasonDeclared In
JMSGNotificationEvent.h