RCProfileNotificationMessage Class Reference

Inherits from RCMessageContent : NSObject
Conforms to NSCoding
Declared in RCProfileNotificationMessage.h

Overview

公众服务账号信息变更消息类

公众服务账号信息变更消息类,此消息会进行存储,但不计入未读消息数。


公众服务账号信息变更的操作名

  operation

公众服务账号信息变更的操作名

@property (nonatomic, copy) NSString *operation

Discussion

公众服务账号信息变更的操作名

Declared In

RCProfileNotificationMessage.h


信息变更的数据,可以为任意格式,如json数据。

  data

信息变更的数据,可以为任意格式,如json数据。

@property (nonatomic, copy) NSString *data

Discussion

信息变更的数据,可以为任意格式,如json数据。

Declared In

RCProfileNotificationMessage.h


信息变更的附加信息

  extra

信息变更的附加信息

@property (nonatomic, copy) NSString *extra

Discussion

信息变更的附加信息

Declared In

RCProfileNotificationMessage.h


初始化公众服务账号信息变更消息

+ notificationWithOperation:data:extra:

初始化公众服务账号信息变更消息

+ (instancetype)notificationWithOperation:(NSString *)operation data:(NSString *)data extra:(NSString *)extra

Parameters

operation

信息变更的操作名

data

信息变更的数据

extra

信息变更的附加信息

Return Value

公众服务账号信息变更消息的对象

Discussion

初始化公众服务账号信息变更消息

Declared In

RCProfileNotificationMessage.h