Package-level declarations

Types

Link copied to clipboard
annotation class ExperimentalSearchApi
Link copied to clipboard
interface Search : AutoCloseable

Interface of the search API.

Link copied to clipboard

Callback that reports when a SearchResponse or SearchFailure has been received.

Link copied to clipboard
data class SearchOptions

Defines the parameters of a Search.

Link copied to clipboard
data class SearchResponse(val summary: SearchSummary, val results: List<SearchResult> = emptyList())

Response from the Search API.