autocompleteSearch
Performs a synchronous Autocomplete Search using the provided AutocompleteSearchOptions object. Delivers the Result using an AutocompleteSearchResponse, or an AutocompleteSearchError if the action fails.
Return
The Result contains an AutocompleteSearchResponse if the call succeeds, or an AutocompleteSearchError 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.
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.