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