-
public interface PurchaseClient.PurchaseEventDataSource<PurchaseType extends PurchaseEvent>Purchase Event Data source listener. Invoked before sending data to AF servers to let developer add extra parameters to the payload
-
-
Method Summary
Modifier and Type Method Description abstract Map<String, Object>onNewPurchases(List<PurchaseType> purchaseEvents)-
-
Method Detail
-
onNewPurchases
abstract Map<String, Object> onNewPurchases(List<PurchaseType> purchaseEvents)
- Parameters:
purchaseEvents- list of purchase events that are about to be sent
-
-
-
-