onSendBatchWithSuccess method

void onSendBatchWithSuccess(
  1. List<Hit> listOfSendedHits
)
override

Implementation

onSendBatchWithSuccess(List<Hit> listOfSendedHits) {
  hitDelegate?.onSendBatchWithSuccess(
      listOfSendedHits, BatchCachingStrategy.BATCH_CONTINUOUS_CACHING);
}