RCPublicServiceProfile Class Reference

Inherits from NSObject
Declared in RCPublicServiceProfile.h

Overview

公众服务账号信息


公众服务账号的名称

  name

公众服务账号的名称

@property (nonatomic, copy) NSString *name

Discussion

公众服务账号的名称

Declared In

RCPublicServiceProfile.h


公众服务账号的描述

  introduction

公众服务账号的描述

@property (nonatomic, copy) NSString *introduction

Discussion

公众服务账号的描述

Declared In

RCPublicServiceProfile.h


公众服务账号的ID

  publicServiceId

公众服务账号的ID

@property (nonatomic, copy) NSString *publicServiceId

Discussion

公众服务账号的ID

Declared In

RCPublicServiceProfile.h


公众服务账号头像URL

  portraitUrl

公众服务账号头像URL

@property (nonatomic, copy) NSString *portraitUrl

Discussion

公众服务账号头像URL

Declared In

RCPublicServiceProfile.h


公众服务账号的所有者

  owner

公众服务账号的所有者

@property (nonatomic, copy) NSString *owner

Discussion

公众服务账号的所有者

当前版本暂不支持。

Declared In

RCPublicServiceProfile.h


公众服务账号所有者的URL

  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


公众服务账号信息的json数据

  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