NIMTeamNotificationContent Class Reference
Inherits from | NIMNotificationContent : NSObject |
---|---|
Declared in | NIMTeamNotificationContent.h |
sourceID
Operator ID
@property (nullable, nonatomic, copy, readonly) NSString *sourceID
Discussion
Operator ID
Declared In
NIMTeamNotificationContent.h
operationType
Operation type
@property (nonatomic, assign, readonly) NIMTeamOperationType operationType
Discussion
Operation type
Declared In
NIMTeamNotificationContent.h
targetIDs
Target IDs
@property (nullable, nonatomic, copy, readonly) NSArray<NSString*> *targetIDs
Discussion
Target IDs
Declared In
NIMTeamNotificationContent.h
notifyExt
Custom extension field for group notifications
@property (nullable, nonatomic, readonly) NSString *notifyExt
Discussion
Custom extension field for group notifications
Declared In
NIMTeamNotificationContent.h
attachment
Extra info
@property (nullable, nonatomic, strong, readonly) id attachment
Discussion
Extra info
The attachment is NIMUpdateTeamInfoAttachment for group updates and NIMMuteTeamMemberAttachment if the group is muted.
Declared In
NIMTeamNotificationContent.h