RCInformationNotificationMessage Class Reference
| Inherits from | RCMessageContent : NSObject |
|---|---|
| Conforms to | NSCoding |
| Declared in | RCInformationNotificationMessage.h |
通知的内容
message
通知的内容
@property (nonatomic, copy) NSString *messageDiscussion
通知的内容
Declared In
RCInformationNotificationMessage.h
通知的附加信息
extra
通知的附加信息
@property (nonatomic, copy) NSString *extraDiscussion
通知的附加信息
Declared In
RCInformationNotificationMessage.h
初始化通知消息
+ notificationWithMessage:extra:
初始化通知消息
+ (instancetype)notificationWithMessage:(NSString *)message extra:(NSString *)extraParameters
message |
通知的内容 |
|---|---|
extra |
通知的附加信息 |
Return Value
通知消息对象
Discussion
初始化通知消息
Declared In
RCInformationNotificationMessage.h