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

Public 成员函数

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

静态 Public 属性

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
 

Protected 成员函数

void setFollowTypeCheckResult (FollowTypeCheckResult followTypeCheckResult)
 

成员函数说明

◆ setFollowTypeCheckResult()

void setFollowTypeCheckResult ( FollowTypeCheckResult  followTypeCheckResult)
inlineprotected

◆ getUserID()

String getUserID ( )
inline

获取用户 ID

返回
用户 ID

◆ getResultCode()

int getResultCode ( )
inline

获取返回码

返回
返回码

◆ getResultInfo()

String getResultInfo ( )
inline

获取返回结果描述

返回
结果描述

◆ getFollowType()

int getFollowType ( )
inline

结构体成员变量说明

◆ V2TIM_FOLLOW_TYPE_NONE

final int V2TIM_FOLLOW_TYPE_NONE = 0
static

无任何关注关系

◆ V2TIM_FOLLOW_TYPE_IN_MY_FOLLOWING_LIST

final int V2TIM_FOLLOW_TYPE_IN_MY_FOLLOWING_LIST = 1
static

对方在我的关注列表中

◆ V2TIM_FOLLOW_TYPE_IN_MY_FOLLOWERS_LIST

final int V2TIM_FOLLOW_TYPE_IN_MY_FOLLOWERS_LIST = 2
static

对方在我的粉丝列表中

◆ V2TIM_FOLLOW_TYPE_IN_BOTH_FOLLOWERS_LIST

final int V2TIM_FOLLOW_TYPE_IN_BOTH_FOLLOWERS_LIST = 3
static

对方与我互相关注