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