NIMQuickComment Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in NIMQuickComment.h

Overview

快捷评论

  from

评论发送方

@property (nonatomic, copy, readonly) NSString *from

Discussion

评论发送方

Declared In

NIMQuickComment.h

  replyType

类型

@property (nonatomic, assign) int64_t replyType

Discussion

类型

对同一条消息回复相同的replyType将会覆盖之前的回复

Declared In

NIMQuickComment.h

  timestamp

回复时间

@property (nonatomic, assign, readonly) NSTimeInterval timestamp

Discussion

回复时间

Declared In

NIMQuickComment.h

  ext

自定义扩展字段,最大16字符

@property (nonatomic, copy, nullable) NSString *ext

Discussion

自定义扩展字段,最大16字符

Declared In

NIMQuickComment.h

  setting

评论设置

@property (nonatomic, strong, nullable) NIMQuickCommentSetting *setting

Discussion

评论设置

Declared In

NIMQuickComment.h

  message

评论所在的消息

@property (nonatomic, strong, readonly) NIMMessage *message

Discussion

评论所在的消息

Declared In

NIMQuickComment.h

  basicInfo

评论所在消息的元信息

@property (nonatomic, strong, readonly) NIMChatExtendBasicInfo *basicInfo

Discussion

评论所在消息的元信息

Declared In

NIMQuickComment.h