NIMRevokeMessageNotification Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMRevokeMessageNotification.h |
notificationType
Type of recalled messages
@property (nonatomic, assign, readonly) NIMRevokeMessageNotificationType notificationTypeDiscussion
Type of recalled messages
Declared In
NIMRevokeMessageNotification.h
timestamp
Time a message was recalled
@property (nonatomic, assign, readonly) NSTimeInterval timestampDiscussion
Time a message was recalled
The time here refers to the second the recalled message reached the server, not the time the recall operation was executed on the server
Declared In
NIMRevokeMessageNotification.h
message
Recalled message
@property (nullable, nonatomic, strong, readonly) NIMMessage *messageDiscussion
Recalled message
If the recalled message is not received by the current device, this field is nil.
Declared In
NIMRevokeMessageNotification.h
callbackExt
Extension field specified by the server
@property (nonatomic, nonatomic, copy, readonly) NSString *callbackExtDiscussion
Extension field specified by the server
Declared In
NIMRevokeMessageNotification.h