NIMRevokeMessageNotification Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMRevokeMessageNotification.h |
notificationType
撤回消息类型
@property (nonatomic, assign, readonly) NIMRevokeMessageNotificationType notificationTypeDiscussion
撤回消息类型
Declared In
NIMRevokeMessageNotification.h
fromUserId
撤回消息发起者
@property (nonatomic, copy, readonly) NSString *fromUserIdDiscussion
撤回消息发起者
Declared In
NIMRevokeMessageNotification.h
messageFromUserId
消息的发送者,表示撤回的这条消息是谁发的
@property (nonatomic, copy, readonly) NSString *messageFromUserIdDiscussion
消息的发送者,表示撤回的这条消息是谁发的
Declared In
NIMRevokeMessageNotification.h
session
撤回消息所属会话
@property (nonatomic, copy, readonly) NIMSession *sessionDiscussion
撤回消息所属会话
Declared In
NIMRevokeMessageNotification.h
timestamp
撤回消息时间点
@property (nonatomic, assign, readonly) NSTimeInterval timestampDiscussion
撤回消息时间点
这里的时间点指的是被撤回的那条消息到底服务器的时间,而不是撤回指令到达服务器的时间点
Declared In
NIMRevokeMessageNotification.h
message
撤回消息内容
@property (nullable, nonatomic, strong, readonly) NIMMessage *messageDiscussion
撤回消息内容
当撤回消息未被当前设备接收时,这个字段为 nil
Declared In
NIMRevokeMessageNotification.h
roaming
撤回操作是否属于漫游消息
@property (nonatomic, assign, readonly) BOOL roamingDiscussion
撤回操作是否属于漫游消息
Declared In
NIMRevokeMessageNotification.h
offline
撤回操作是否属于离线消息
@property (nonatomic, assign, readonly) BOOL offlineDiscussion
撤回操作是否属于离线消息
Declared In
NIMRevokeMessageNotification.h
postscript
撤回的附言
@property (nullable, nonatomic, copy, readonly) NSString *postscriptDiscussion
撤回的附言
Declared In
NIMRevokeMessageNotification.h
attach
扩展,撤回方填充
@property (nullable, nonatomic, copy, readonly) NSString *attachDiscussion
扩展,撤回方填充
Declared In
NIMRevokeMessageNotification.h
callbackExt
扩展,服务器填充消息
@property (nonatomic, nonatomic, copy, readonly) NSString *callbackExtDiscussion
扩展,服务器填充消息
Declared In
NIMRevokeMessageNotification.h