JMessage-iOS-SDK
Jump To… Overview Tasks eventID groupID isInitiativeApply sendApplyUser joinGroupUsers reason
Inherits from | JMSGNotificationEvent : NSObject |
---|---|
Declared in | JMSGNotificationEvent.h |
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
Copyright © 2019 HXHG. All rights reserved. Updated: 2019-01-08
Generated by appledoc 2.2.1 (build 1334).