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.
V2TIMFollowInfo

Public Member Functions

int getResultCode ()
 
String getResultInfo ()
 
String getUserID ()
 
long getFollowingCount ()
 
long getFollowersCount ()
 
long getMutualFollowersCount ()
 
String toString ()
 

Member Function Documentation

◆ getResultCode()

int getResultCode ( )
inline

Get the return code

Returns
Return code

◆ getResultInfo()

String getResultInfo ( )
inline

Get return information

Returns
Information description

◆ getUserID()

String getUserID ( )
inline

Get the userID of a user

Returns
User ID

◆ getFollowingCount()

long getFollowingCount ( )
inline

Following count of specified user

Returns
Following count

◆ getFollowersCount()

long getFollowersCount ( )
inline

Followers count of specified user

Returns
Followers count

◆ getMutualFollowersCount()

long getMutualFollowersCount ( )
inline

Mutual followers count of specified user

Returns
Mutual followers count

◆ toString()

String toString ( )
inline