Package-level declarations

Includes the interface for the Search API, alongside associated options, response data classes, and the callback interface.

Types

Link copied to clipboard
interface Search : AutoCloseable

The Search interface is a comprehensive set of APIs designed to seamlessly integrate advanced search functionality into your application.

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.