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

Properties

BOOL isFinished
 
NSUInteger totalCount
 
NSString * nextCursor
 
NSArray< V2TIMUserFullInfo * > * userList
 

Property Documentation

◆ isFinished

- (BOOL) isFinished
readwritenonatomicassign

Whether all users that meet the search criteria have been returned.

◆ totalCount

- (NSUInteger) totalCount
readwritenonatomicassign

The total count of users that meet the search criteria.

◆ nextCursor

- (NSString*) nextCursor
readwritenonatomicstrong

The search cursor for the next cloud search.

◆ userList

- (NSArray<V2TIMUserFullInfo *>*) userList
readwritenonatomicstrong

The user list returned by the current cloud search.