-
- All Implemented Interfaces:
-
com.clevertap.android.sdk.network.BatchListener
public final class CompositeBatchListener implements BatchListener
-
-
Constructor Summary
Constructors Constructor Description CompositeBatchListener()
-
Method Summary
Modifier and Type Method Description final UnitaddListener(BatchListener listener)final UnitremoveListener(BatchListener listener)UnitonBatchSent(JSONArray batch, Boolean success)-
-
Method Detail
-
addListener
final Unit addListener(BatchListener listener)
-
removeListener
final Unit removeListener(BatchListener listener)
-
onBatchSent
Unit onBatchSent(JSONArray batch, Boolean success)
-
-
-
-