public static interface BrowseIterator.BrowseIteratorHandler
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)
iterator - The iterator where the results originate from.result - The results (in case of success).error - The error (in case of error).