UNPKG

com.adjust.sdk

Version:

Cordova plugin for the Adjust SDK

7 lines (5 loc) 176 B
function AdjustAppStorePurchase(productId, transactionId) { this.productId = productId; this.transactionId = transactionId; } module.exports = AdjustAppStorePurchase;