Autocomplete

interface Autocomplete<T>

Represents an autocomplete service.

Parameters

T

The type of the autocomplete results.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The options for the autocomplete.

Functions

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

Performs an autocomplete search using the provided query.