onSendBatchWithSuccess method

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

Implementation

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