RCPublicServiceProfile Class Reference
Inherits from | NSObject |
---|---|
Declared in | RCPublicServiceProfile.h |
name
公众服务账号的名称
@property (nonatomic, copy) NSString *name
Discussion
公众服务账号的名称
Declared In
RCPublicServiceProfile.h
introduction
公众服务账号的描述
@property (nonatomic, copy) NSString *introduction
Discussion
公众服务账号的描述
Declared In
RCPublicServiceProfile.h
publicServiceId
公众服务账号的 ID
@property (nonatomic, copy) NSString *publicServiceId
Discussion
公众服务账号的 ID
Declared In
RCPublicServiceProfile.h
portraitUrl
公众服务账号头像 URL
@property (nonatomic, copy) NSString *portraitUrl
Discussion
公众服务账号头像 URL
Declared In
RCPublicServiceProfile.h
owner
公众服务账号的所有者
@property (nonatomic, copy) NSString *owner
Discussion
公众服务账号的所有者
当前版本暂不支持。
Declared In
RCPublicServiceProfile.h
ownerUrl
公众服务账号所有者的 URL
@property (nonatomic, copy) NSString *ownerUrl
Discussion
公众服务账号所有者的 URL
当前版本暂不支持。
Declared In
RCPublicServiceProfile.h
publicServiceTel
公众服务账号的联系电话
@property (nonatomic, copy) NSString *publicServiceTel
Discussion
公众服务账号的联系电话
当前版本暂不支持。
Declared In
RCPublicServiceProfile.h
histroyMsgUrl
公众服务账号历史消息
@property (nonatomic, copy) NSString *histroyMsgUrl
Discussion
公众服务账号历史消息
当前版本暂不支持。
Declared In
RCPublicServiceProfile.h
location
公众服务账号地理位置
@property (nonatomic, strong) CLLocation *location
Discussion
公众服务账号地理位置
当前版本暂不支持。
Declared In
RCPublicServiceProfile.h
scope
公众服务账号经营范围
@property (nonatomic, copy) NSString *scope
Discussion
公众服务账号经营范围
当前版本暂不支持。
Declared In
RCPublicServiceProfile.h
publicServiceType
公众服务账号类型
@property (nonatomic) RCPublicServiceType publicServiceType
Discussion
公众服务账号类型
Declared In
RCPublicServiceProfile.h
followed
是否关注该公众服务账号
@property (nonatomic, getter=isFollowed) BOOL followed
Discussion
是否关注该公众服务账号
Declared In
RCPublicServiceProfile.h
menu
公众服务账号菜单
@property (nonatomic, strong) RCPublicServiceMenu *menu
Discussion
公众服务账号菜单
Declared In
RCPublicServiceProfile.h
global
公众服务账号的全局属性
@property (nonatomic, getter=isGlobal) BOOL global
Discussion
公众服务账号的全局属性
此公众服务账号是否设置为所有用户均关注。
Declared In
RCPublicServiceProfile.h
jsonDict
公众服务账号信息的 json 数据
@property (nonatomic, strong) NSDictionary *jsonDict
Discussion
公众服务账号信息的 json 数据
Declared In
RCPublicServiceProfile.h
disableMenu
是否禁用公众号菜单
@property (nonatomic, assign) BOOL disableMenu
Discussion
是否禁用公众号菜单
Declared In
RCPublicServiceProfile.h
disableInput
是否禁用输入框
@property (nonatomic, assign) BOOL disableInput
Discussion
是否禁用输入框
Declared In
RCPublicServiceProfile.h
– initContent:
初始化公众服务账号信息
- (void)initContent:(NSString *)jsonContent
Parameters
jsonContent |
公众账号信息的 json 数据 |
---|
Discussion
初始化公众服务账号信息
Declared In
RCPublicServiceProfile.h