RCCommandNotificationMessage Class Reference
Inherits from | RCMessageContent : NSObject |
---|---|
Conforms to | NSCoding |
Declared in | RCCommandNotificationMessage.h |
命令提醒的名称
name
命令提醒的名称
@property (nonatomic, copy) NSString *name
Discussion
命令提醒的名称
Declared In
RCCommandNotificationMessage.h
命令提醒消息的扩展数据
data
命令提醒消息的扩展数据
@property (nonatomic, copy) NSString *data
Discussion
命令提醒消息的扩展数据
命令提醒消息的扩展数据,可以为任意字符串,如存放您定义的json数据。
Declared In
RCCommandNotificationMessage.h
初始化命令提醒消息
+ notificationWithName:data:
初始化命令提醒消息
+ (instancetype)notificationWithName:(NSString *)name data:(NSString *)data
Parameters
name |
命令的名称 |
---|---|
data |
命令的扩展数据 |
Return Value
命令提醒消息对象
Discussion
初始化命令提醒消息
Declared In
RCCommandNotificationMessage.h