DashSearchResultsAdapter

Functions

Link copied to clipboard
abstract suspend fun searchResult(suggestion: DashSearchSuggestion): DashSearchResult

Retrieves a search result for the given suggestion.

Link copied to clipboard
abstract suspend fun searchResults(request: DashSearchRequest, results: List<DashSearchResult>): List<DashSearchResult>

Adapts given search results according to the app requirements.

Link copied to clipboard

Adapts given suggestions according to the app requirements.