public interface FuzzySearchResultListener
Modifier and Type | Method and Description |
---|---|
void |
onSearchError(SearchError error)
Method responsible to handle fuzzy search response when search returns error.
|
void |
onSearchResult(FuzzySearchResponse results)
Method responsible to handle fuzzy search response when search returns results.
|
void onSearchResult(FuzzySearchResponse results)
results
- - fuzzy search results listvoid onSearchError(SearchError error)
error
-