SearchListener

interface SearchListener

Search results view listener.

Functions

onFeedbackClicked
Link copied to clipboard
abstract fun onFeedbackClicked(responseInfo: ResponseInfo)
Called when "Missing result" button is clicked.
onHistoryItemClicked
Link copied to clipboard
abstract fun onHistoryItemClicked(historyRecord: HistoryRecord)
Called when the history item is clicked.
onPopulateQueryClicked
Link copied to clipboard
abstract fun onPopulateQueryClicked(suggestion: SearchSuggestion, responseInfo: ResponseInfo)
Called when search suggestion's "Populate query" button is clicked.
onSearchResult
Link copied to clipboard
abstract fun onSearchResult(searchResult: SearchResult, responseInfo: ResponseInfo)
Called when search result is received.