onCategoryResult

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

Called when a category suggestion has been resolved.

Parameters

suggestion

The category suggestion from which the results were resolved.

results

Search results matched by category search.

responseInfo

Search response and request information.