AutocompleteCallback

Callback that reports when AutocompleteResponse or SearchFailure is received. Used with an asynchronous autocomplete search request.

Inherited functions

Link copied to clipboard
abstract fun onFailure(failure: SearchFailure)
Link copied to clipboard
abstract fun onSuccess(result: AutocompleteResponse)