on Result
abstract fun onResult(suggestion: SearchSuggestion, result: SearchResult, responseInfo: ResponseInfo)
Content copied to clipboard
Called when final SearchResult resolved.
Parameters
suggestion
The suggestion from which the result was resolved.
result
Resolved search result.
responseInfo
Search response and request information.