RCRecallNotificationMessage Class Reference

Inherits from RCMessageContent : NSObject
Conforms to NSCoding
Declared in RCRecallNotificationMessage.h

Overview

撤回通知消息类

撤回通知消息,此消息会进行本地存储,但不计入未读消息数。

@remarks 通知类消息

  operatorId

发起撤回操作的用户 ID

@property (nonatomic, copy) NSString *operatorId

Discussion

发起撤回操作的用户 ID

Declared In

RCRecallNotificationMessage.h

  recallTime

撤回的时间(毫秒)

@property (nonatomic, assign) long long recallTime

Discussion

撤回的时间(毫秒)

Declared In

RCRecallNotificationMessage.h

  originalObjectName

原消息的消息类型名

@property (nonatomic, copy) NSString *originalObjectName

Discussion

原消息的消息类型名

Declared In

RCRecallNotificationMessage.h

  isAdmin

是否是管理员操作

@property (nonatomic, assign) BOOL isAdmin

Discussion

是否是管理员操作

Declared In

RCRecallNotificationMessage.h

  recallContent

撤回的文本消息的内容

@property (nonatomic, copy) NSString *recallContent

Discussion

撤回的文本消息的内容

Declared In

RCRecallNotificationMessage.h

  recallActionTime

撤回动作的时间(毫秒)

@property (nonatomic, assign) long long recallActionTime

Discussion

撤回动作的时间(毫秒)

Declared In

RCRecallNotificationMessage.h