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.
query
- AutocompleteSearchQuery!: The object which contains the data necessary to execute the Autocomplete search action.
Return
Single<AutocompleteSearchResponse!>!: The search Response Observable object.