SearchMultipleSelectionCallback

interface SearchMultipleSelectionCallback

Callback called when multiple selection request completes. Methods of this callback will be called on the main thread.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
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.
toString
Link copied to clipboard
open fun toString(): String