onResults

abstract fun onResults(suggestion: SearchSuggestion, results: List<SearchResult>, responseInfo: ResponseInfo)

Called when suggestion selection returned more than one result. This may happen when selected suggestion of type SearchSuggestionType.Category or SearchSuggestionType.Brand.

Parameters

suggestion

The suggestion from which the results were resolved.

results

Search results matched by category search.

responseInfo

Search response and request information.