public interface SearchCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onSearchError(SearchResponse response)
Method responsible to handle searchResponse when search returns error.
|
void |
onSearchResult(SearchResponse response)
Method responsible to handle searchResponse when search returns results.
|
void onSearchResult(SearchResponse response)
response - void onSearchError(SearchResponse response)
response -