IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMOfficialAccountInfo

Public Member Functions

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

Constructor & Destructor Documentation

◆ V2TIMOfficialAccountInfo()

Member Function Documentation

◆ setOfficialAccountInfo()

void setOfficialAccountInfo ( OfficialAccountInfo  officialAccountInfo)
inlineprotected

◆ getOfficialAccountID()

String getOfficialAccountID ( )
inline

Get the official channel ID.

◆ getOfficialAccountName()

String getOfficialAccountName ( )
inline

Get the official channel name.

◆ getFaceUrl()

String getFaceUrl ( )
inline

Get the official channel face url.

◆ getOwnerUserID()

String getOwnerUserID ( )
inline

Get the official channel owner userID.

◆ getOrganization()

String getOrganization ( )
inline

Get the official channel organization.

◆ getIntroduction()

String getIntroduction ( )
inline

Get the official channel introduction.

◆ getCustomData()

String getCustomData ( )
inline

Get the official channel custom data.

◆ getCreateTime()

long getCreateTime ( )
inline

Get the official channel creation time, in seconds.

◆ getSubscriberCount()

long getSubscriberCount ( )
inline

Get the count of subscribers to the official channel.

◆ getSubscribeTime()

long getSubscribeTime ( )
inline

Get the time when the official channel was subscribed to, in seconds.

◆ toString()

String toString ( )
inline