NIMQuickComment Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NSCopying |
| Declared in | NIMQuickComment.h |
from
Commenter
@property (nonatomic, copy, readonly) NSString *fromDiscussion
Commenter
Declared In
NIMQuickComment.h
replyType
Comment type
@property (nonatomic, assign) int64_t replyTypeDiscussion
Comment type
Replying to the same message with the same replyType will overwrite the previous reply.
Declared In
NIMQuickComment.h
timestamp
Reply time
@property (nonatomic, assign, readonly) NSTimeInterval timestampDiscussion
Reply time
Declared In
NIMQuickComment.h
ext
Custom extension field that can contain 16 characters
@property (nonatomic, copy, nullable) NSString *extDiscussion
Custom extension field that can contain 16 characters
Declared In
NIMQuickComment.h
setting
Quick comment setting
@property (nonatomic, strong, nullable) NIMQuickCommentSetting *settingDiscussion
Quick comment setting
Declared In
NIMQuickComment.h
message
Message to which the comment was add.
@property (nonatomic, strong, readonly) NIMMessage *messageDiscussion
Message to which the comment was add.
Declared In
NIMQuickComment.h