JMSGGroupAdminRejectApplicationEvent Class Reference
Inherits from | JMSGNotificationEvent : NSObject |
---|---|
Declared in | JMSGNotificationEvent.h |
Overview
上层通过 JMSGGroupDelegate 类中的 [JMSGGroupDelegate onReceiveGroupAdminRejectApplicationEvent:] 代理方法监听该事件
groupID
群 gid
@property (nonatomic, strong, readonly) NSString *groupID
Declared In
JMSGNotificationEvent.h
rejectReason
拒绝原因
@property (nonatomic, strong, readonly) NSString *rejectReason
Declared In
JMSGNotificationEvent.h
groupManager
操作的管理员
@property (nonatomic, strong, readonly) JMSGUser *groupManager
Declared In
JMSGNotificationEvent.h