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