autocompleteSearch
Performs a synchronous Autocomplete Search using the provided AutocompleteSearchOptions object. Delivers the Result using an AutocompleteSearchResponse, or a SearchError if the action fails.
Return
The Result contains an AutocompleteSearchResponse if the call succeeds, or a SearchError if it fails.
Parameters
The object which contains the data for the autocomplete search.
Performs an asynchronous autocomplete search using the provided AutocompleteSearchOptions object. Returns the result using the provided AutocompleteSearchCallback.
Return
Cancellable search operation.
Parameters
The object which contains the data for the autocomplete search.
The AutocompleteSearchCallback invoked when the search operation has finished, either successfully or with an error. The callback will be executed in the main thread.