HttpAutocompleteService

Represents an autocomplete service that uses an HTTP endpoint to search for 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
Link copied to clipboard
abstract suspend fun search(query: String): List<T>