SearchMultipleSelectionCallback

interface SearchMultipleSelectionCallback

Callback called when multiple selection request completes.

Functions

onError
Link copied to clipboard
abstract fun onError(e: Exception)
Called if an error occurred during the request.
onResult
Link copied to clipboard
abstract fun onResult(suggestions: List<SearchSuggestion>, results: List<SearchResult>, responseInfo: ResponseInfo)
Called when suggestions have been resolved.