DefaultUserLookupHandler

constructor(chatClient: ChatClient, channelCid: String, localFilter: QueryFilter<User> = DefaultQueryFilter { it.name.ifBlank { it.id } })

Secondary constructor for DefaultUserLookupHandler.

Parameters

chatClient

Chat client used to query members.

channelCid

The CID of the channel we are querying for members.

localFilter

The filter used to filter the cached users during the local lookup.


constructor(localHandler: UserLookupHandler, remoteHandler: UserLookupHandler)

Parameters

localHandler

The local user lookup handler.

remoteHandler

The remote user lookup handler.