Search Selection Callback
Callback for SearchResult, resolved from SearchSuggestion.
Functions
onResult
Link copied to clipboard
abstract fun onResult(suggestion: SearchSuggestion, result: SearchResult, responseInfo: ResponseInfo)
Content copied to clipboard
Called when final SearchResult resolved.
onResults
Link copied to clipboard
abstract fun onResults(suggestion: SearchSuggestion, results: List<SearchResult>, responseInfo: ResponseInfo)
Content copied to clipboard
onSuggestions
Link copied to clipboard
abstract fun onSuggestions(suggestions: List<SearchSuggestion>, responseInfo: ResponseInfo)
Content copied to clipboard