DefaultUserLookupHandler
class DefaultUserLookupHandler(localHandler: UserLookupHandler, remoteHandler: UserLookupHandler) : UserLookupHandler
Default implementation for UserLookupHandler.
Parameters
localHandler
The local user lookup handler.
remoteHandler
The remote user lookup handler.
Constructors
Link copied to clipboard
constructor(chatClient: ChatClient, channelCid: String, localFilter: QueryFilter<User> = DefaultQueryFilter { it.name.ifBlank { it.id } })
Secondary constructor for DefaultUserLookupHandler.
Functions
Link copied to clipboard
Performs users lookup by given query in suspend way. It's executed on background, so it can perform heavy operations.
Inherited functions
Link copied to clipboard
Link copied to clipboard
Wraps the current UserLookupHandler with the provided queryFormatter.