public interface BatchSearchResultListener
Modifier and Type | Method and Description |
---|---|
void |
onSearchError(SearchError error)
Method responsible to handle batch search response when search returns error.
|
void |
onSearchResult(BatchSearchResponse batchSearchResponse)
Method responsible to handle batch search response when search returns results.
|
void onSearchResult(BatchSearchResponse batchSearchResponse)
void onSearchError(SearchError error)