Package-level declarations
Types
Link copied to clipboard
The Search module provides easy-to-use APIs to add search functionality to your application.
Link copied to clipboard
Callback that reports when a SearchResponse or SearchFailure has been received.
Link copied to clipboard
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.