AdjustAppStoreSubscription constructor

AdjustAppStoreSubscription(
  1. String _price,
  2. String _currency,
  3. String _transactionId
)

Implementation

AdjustAppStoreSubscription(this._price, this._currency, this._transactionId) {
  _billingStore = "iOS";
  _callbackParameters = new Map<String, String>();
  _partnerParameters = new Map<String, String>();
}