public static interface BrowseIterator.BrowseIteratorHandler
Listener for BrowseIterator.
| Modifier and Type | Method and Description |
|---|---|
void |
handleBatch(BrowseIterator iterator,
JSONObject result,
AlgoliaException error)
Called at each batch of results.
|
void handleBatch(@NonNull
BrowseIterator iterator,
JSONObject result,
AlgoliaException error)
Called at each batch of results.
iterator - The iterator where the results originate from.result - The results (in case of success).error - The error (in case of error).