interface AutocompleteSearchApi : RxContext
Defines the Autocomplete Search API.
abstract fun autocompleteSearch(query: AutocompleteSearchQuery!, listener: AutocompleteSearchResultListener!): Unit
Performs an Autocomplete search action based on the provided abstract fun autocompleteSearch(query: AutocompleteSearchQuery!): Single<AutocompleteSearchResponse!>!
Performs a reactive Autocomplete search action based on the provided query object, and returns the result to Observers subscribed to the returned Observable. |
|
abstract fun cancelSearchIfRunning(): Unit
Cancels the current Autocomplete search Request. |