AdTraceAppStorePurchase constructor

AdTraceAppStorePurchase(
  1. String? receipt,
  2. String? productId,
  3. String? transactionId
)

Implementation

AdTraceAppStorePurchase(this.receipt, this.productId, this.transactionId);