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

Class V2TIMUser​Search​Result

public class V2TIMUserSearchResult  

Definition of user search result

Initializers

init()

public init()  

Properties

description

public var description: String  

is​Finished

public var isFinished: Bool  

Whether all users that meet the search criteria have been returned

total​Count

public var totalCount: UInt  

The total count of users that meet the search criteria

search​Cursor

public var searchCursor: String?  

The search cursor for the next cloud search

user​List

public var userList: [V2TIMUserFullInfo]  

The user list returned by the current cloud search