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

Public 成员函数

int getResultCode ()
 
String getResultInfo ()
 
int getRelation ()
 
V2TIMFriendInfo getFriendProfile ()
 

成员函数说明

◆ getResultCode()

int getResultCode ( )
inline

获取返回码

返回
返回码

◆ getResultInfo()

String getResultInfo ( )
inline

获取返回结果描述

返回
结果描述

◆ getRelation()

int getRelation ( )
inline

获取好友类型,常量见 V2TIMCheckFriendResult 中定义

返回
好友关系类型

◆ getFriendProfile()

V2TIMFriendInfo getFriendProfile ( )
inline