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.

Link copied to clipboard