AutocompleteService

Represents a service that provides autocomplete suggestions.

Parameters

T

The type of the autocomplete suggestions.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun isAvailable(): Boolean

Checks if the service is available.

Link copied to clipboard
abstract suspend fun search(query: String): List<T>

Searches for autocomplete suggestions.