RCMentionedInfo Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | RCMentionedInfo.h |
type
@ 提醒的类型
@property (nonatomic, assign) RCMentionedType typeDiscussion
@ 提醒的类型
Declared In
RCMentionedInfo.h
userIdList
@ 的用户 ID 列表
@property (nonatomic, strong) NSArray<NSString*> *userIdListDeclared In
RCMentionedInfo.h
mentionedContent
包含 @ 提醒的消息,本地通知和远程推送显示的内容
@property (nonatomic, copy) NSString *mentionedContentDiscussion
包含 @ 提醒的消息,本地通知和远程推送显示的内容
Declared In
RCMentionedInfo.h
isMentionedMe
是否 @ 了我
@property (nonatomic, readonly) BOOL isMentionedMeDiscussion
是否 @ 了我
Declared In
RCMentionedInfo.h
– initWithMentionedType:userIdList:mentionedContent:
初始化 @ 提醒信息
- (instancetype)initWithMentionedType:(RCMentionedType)type userIdList:(NSArray *)userIdList mentionedContent:(NSString *)mentionedContentParameters
type |
@ 提醒的类型 |
|---|---|
userIdList |
@ 的用户 ID 列表 |
mentionedContent |
@ Push 内容 |
Return Value
@ 提醒信息的对象
Discussion
初始化 @ 提醒信息
Declared In
RCMentionedInfo.h