Package-level declarations
Types
Link copied to clipboard
annotation class ExperimentalFeedbackApi
Link copied to clipboard
annotation class ExperimentalSearchApi
Link copied to clipboard
Interface of the search API.
Link copied to clipboard
Callback that reports when a SearchResponse or SearchError has been received.
Link copied to clipboard
Link copied to clipboard
data class SearchResponse(val summary: SearchRequestSummary, val results: List<SearchResult> = emptyList())
Response from the Search API.