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

◆ getOfficialAccountID()

String getOfficialAccountID ( )
inline

Get the official account ID.

◆ getOfficialAccountName()

String getOfficialAccountName ( )
inline

Get the official account name.

◆ getFaceUrl()

String getFaceUrl ( )
inline

Get the official account face url.

◆ getOwnerUserID()

String getOwnerUserID ( )
inline

Get the official account owner userID.

◆ getOrganization()

String getOrganization ( )
inline

Get the official account organization.

◆ getIntroduction()

String getIntroduction ( )
inline

Get the official account introduction.

◆ getCustomData()

String getCustomData ( )
inline

Get the official account custom data.

◆ getCreateTime()

long getCreateTime ( )
inline

Get the official account creation time, in seconds.

◆ getSubscriberCount()

long getSubscriberCount ( )
inline

Get the count of subscribers to the official account.

◆ getSubscribeTime()

long getSubscribeTime ( )
inline

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

◆ toString()

String toString ( )
inline