UserLookupHandler

fun interface UserLookupHandler

Users lookup functional interface. Used to create custom users lookup algorithm.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun handleUserLookup(query: String): List<User>

Performs users lookup by given query in suspend way. It's executed on background, so it can perform heavy operations.

Inherited functions