RCDiscussionNotificationMessage Class Reference
| Inherits from | RCMessageContent |
|---|---|
| Conforms to | NSCoding |
| Declared in | RCDiscussionNotificationMessage.h |
type
讨论组通知的类型
@property (nonatomic, assign) RCDiscussionNotificationType typeDiscussion
讨论组通知的类型
Declared In
RCDiscussionNotificationMessage.h
operatorId
操作者的用户 ID
@property (nonatomic, copy) NSString *operatorIdDiscussion
操作者的用户 ID
Declared In
RCDiscussionNotificationMessage.h
extension
讨论组通知的扩展信息
@property (nonatomic, copy) NSString *extensionDiscussion
讨论组通知的扩展信息
Declared In
RCDiscussionNotificationMessage.h
+ notificationWithType:operator:extension:
初始化讨论组通知消息
+ (instancetype)notificationWithType:(RCDiscussionNotificationType)type operator:(NSString *)operatorId extension:(NSString *)extensionParameters
type |
讨论组通知的扩展信息 |
|---|---|
operatorId |
操作者的用户 ID |
extension |
讨论组通知的扩展信息 |
Return Value
讨论组通知对象
Discussion
初始化讨论组通知消息
Declared In
RCDiscussionNotificationMessage.h