NIMTeamNotificationContent Class Reference

Inherits from NIMNotificationContent : NSObject
Declared in NIMTeamNotificationContent.h

Overview

群通知内容

  sourceID

操作发起者ID

@property (nullable, nonatomic, copy, readonly) NSString *sourceID

Discussion

操作发起者ID

Declared In

NIMTeamNotificationContent.h

  operationType

操作类型

@property (nonatomic, assign, readonly) NIMTeamOperationType operationType

Discussion

操作类型

Declared In

NIMTeamNotificationContent.h

  targetIDs

被操作者ID列表

@property (nullable, nonatomic, copy, readonly) NSArray<NSString*> *targetIDs

Discussion

被操作者ID列表

Declared In

NIMTeamNotificationContent.h

  notifyExt

群通知下发的自定义扩展信息

@property (nullable, nonatomic, readonly) NSString *notifyExt

Discussion

群通知下发的自定义扩展信息

Declared In

NIMTeamNotificationContent.h

  attachment

额外信息

@property (nullable, nonatomic, strong, readonly) id attachment

Discussion

额外信息

群更新时 attachment 为 NIMUpdateTeamInfoAttachment, 禁言时 attachment 为 NIMMuteTeamMemberAttachment

Declared In

NIMTeamNotificationContent.h