CompatUserLookupHandler

Java compatibility interface for user lookup handler.

Functions

Link copied to clipboard
abstract fun handleCompatUserLookup(query: String, callback: (List<User>) -> Unit): () -> Unit

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