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

Properties

int resultCode
 
NSString * resultInfo
 
V2TIMFriendRelationType relation
 
V2TIMFriendInfofriendInfo
 

Property Documentation

◆ resultCode

- (int) resultCode
readwritenonatomicassign

Result code.

◆ resultInfo

- (NSString*) resultInfo
readwritenonatomicstrong

Result description.

◆ relation

- (V2TIMFriendRelationType) relation
readwritenonatomicassign

Relation type.

◆ friendInfo

- (V2TIMFriendInfo*) friendInfo
readwritenonatomicstrong

User profile of a friend. If you are not a friend, only the userID has a value, and other fields are empty.