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

Properties

NSString * userID
 
NSInteger resultCode
 
NSString * resultInfo
 
V2TIMFriendRelationType relationType
 

Property Documentation

◆ userID

- (NSString*) userID
readwritenonatomicstrong

Friend's ID.

◆ resultCode

- (NSInteger) resultCode
readwritenonatomicassign

Result code.

◆ resultInfo

- (NSString*) resultInfo
readwritenonatomicstrong

Result description.

◆ relationType

- (V2TIMFriendRelationType) relationType
readwritenonatomicassign

Relationship type.