NIMRevokeMessageNotification Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMRevokeMessageNotification.h |
notificationType
Type of recalled messages
@property (nonatomic, assign, readonly) NIMRevokeMessageNotificationType notificationType
Discussion
Type of recalled messages
Declared In
NIMRevokeMessageNotification.h
timestamp
Time a message was recalled
@property (nonatomic, assign, readonly) NSTimeInterval timestamp
Discussion
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 *message
Discussion
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 *callbackExt
Discussion
Extension field specified by the server
Declared In
NIMRevokeMessageNotification.h