IMSDK
即时通信 IM 提供全球接入、单聊、群聊、消息推送、资料关系链托管、账号鉴权等全方位解决方案,并提供完备的 App 接入、后台管理接口。
V2TIMOfficialAccountInfo

Public 成员函数

 V2TIMOfficialAccountInfo ()
 
String getOfficialAccountID ()
 
String getOfficialAccountName ()
 
String getFaceUrl ()
 
String getOwnerUserID ()
 
String getOrganization ()
 
String getIntroduction ()
 
String getCustomData ()
 
long getCreateTime ()
 
long getSubscriberCount ()
 
long getSubscribeTime ()
 
String toString ()
 

Protected 成员函数

void setOfficialAccountInfo (OfficialAccountInfo officialAccountInfo)
 

构造及析构函数说明

◆ V2TIMOfficialAccountInfo()

成员函数说明

◆ setOfficialAccountInfo()

void setOfficialAccountInfo ( OfficialAccountInfo  officialAccountInfo)
inlineprotected

◆ getOfficialAccountID()

String getOfficialAccountID ( )
inline

获取公众号 ID

◆ getOfficialAccountName()

String getOfficialAccountName ( )
inline

获取公众号名称

◆ getFaceUrl()

String getFaceUrl ( )
inline

获取公众号头像

◆ getOwnerUserID()

String getOwnerUserID ( )
inline

获取公众号所有者

◆ getOrganization()

String getOrganization ( )
inline

获取公众号的组织

◆ getIntroduction()

String getIntroduction ( )
inline

获取公众号简介

◆ getCustomData()

String getCustomData ( )
inline

获取公众号自定义字段

◆ getCreateTime()

long getCreateTime ( )
inline

获取公众号创建时间,单位:秒

◆ getSubscriberCount()

long getSubscriberCount ( )
inline

获取公众号订阅者数量

◆ getSubscribeTime()

long getSubscribeTime ( )
inline

获取订阅公众号的时间,单位:秒

◆ toString()

String toString ( )
inline