onResult

abstract fun onResult(suggestion: SearchSuggestion, result: SearchResult, responseInfo: ResponseInfo)

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.