NIMSuperTeamNotificationContent Class Reference
| Inherits from | NIMNotificationContent : NSObject |
|---|---|
| Declared in | NIMSuperTeamNotificationContent.h |
sourceID
操作发起者ID
@property (nullable, nonatomic, copy, readonly) NSString *sourceIDDiscussion
操作发起者ID
Declared In
NIMSuperTeamNotificationContent.h
operationType
操作类型
@property (nonatomic, assign, readonly) NIMSuperTeamOperationType operationTypeDiscussion
操作类型
Declared In
NIMSuperTeamNotificationContent.h
targetIDs
被操作者ID列表
@property (nullable, nonatomic, copy, readonly) NSArray<NSString*> *targetIDsDiscussion
被操作者ID列表
Declared In
NIMSuperTeamNotificationContent.h
notifyExt
群通知下发的自定义扩展信息
@property (nullable, nonatomic, readonly) NSString *notifyExtDiscussion
群通知下发的自定义扩展信息
Declared In
NIMSuperTeamNotificationContent.h
attachment
额外信息
@property (nullable, nonatomic, strong, readonly) id attachmentDiscussion
额外信息
群更新时 attachment 为 NIMUpdateTeamInfoAttachment, 禁言时 attachment 为 NIMMuteTeamMemberAttachment
Declared In
NIMSuperTeamNotificationContent.h