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

Public Member Functions

String getUserID ()
 
int getResultCode ()
 
String getResultInfo ()
 
int getFollowType ()
 

Static Public Attributes

static final int V2TIM_FOLLOW_TYPE_NONE = 0
 
static final int V2TIM_FOLLOW_TYPE_IN_MY_FOLLOWING_LIST = 1
 
static final int V2TIM_FOLLOW_TYPE_IN_MY_FOLLOWERS_LIST = 2
 
static final int V2TIM_FOLLOW_TYPE_IN_BOTH_FOLLOWERS_LIST = 3
 

Member Function Documentation

◆ getUserID()

String getUserID ( )
inline

Get user ID

Returns
User ID

◆ getResultCode()

int getResultCode ( )
inline

Get the returned result code

Returns
Result code

◆ getResultInfo()

String getResultInfo ( )
inline

Get the returned result description

Returns
Result description

◆ getFollowType()

int getFollowType ( )
inline

Field Documentation

◆ V2TIM_FOLLOW_TYPE_NONE

final int V2TIM_FOLLOW_TYPE_NONE = 0
static

No relationship of following

◆ V2TIM_FOLLOW_TYPE_IN_MY_FOLLOWING_LIST

final int V2TIM_FOLLOW_TYPE_IN_MY_FOLLOWING_LIST = 1
static

The peer party is in my following list

◆ V2TIM_FOLLOW_TYPE_IN_MY_FOLLOWERS_LIST

final int V2TIM_FOLLOW_TYPE_IN_MY_FOLLOWERS_LIST = 2
static

The peer party is in my followers list

◆ V2TIM_FOLLOW_TYPE_IN_BOTH_FOLLOWERS_LIST

final int V2TIM_FOLLOW_TYPE_IN_BOTH_FOLLOWERS_LIST = 3
static

The peer party and I are mutually following each other