purchasePackageWith
fun Purchases.purchasePackageWith(activity: Activity, packageToPurchase: Package, upgradeInfo: UpgradeInfo, onError: PurchaseErrorFunction = ON_PURCHASE_ERROR_STUB, onSuccess: ProductChangeCompletedFunction)
Content copied to clipboard
Make a purchase.
Parameters
activity
Current activity
packageToPurchase
The Package you wish to purchase
upgradeInfo
The upgradeInfo you wish to upgrade from, containing the oldSku and the optional prorationMode. Amazon Appstore doesn't support changing products so upgradeInfo is ignored for Amazon purchases.
onSuccess
Will be called after the purchase has completed
onError
Will be called after the purchase has completed with error
fun Purchases.purchasePackageWith(activity: Activity, packageToPurchase: Package, onError: PurchaseErrorFunction = ON_PURCHASE_ERROR_STUB, onSuccess: PurchaseCompletedFunction)
Content copied to clipboard
Make a purchase.
Parameters
activity
Current activity
packageToPurchase
The Package you wish to purchase
onSuccess
Will be called after the purchase has completed
onError
Will be called after the purchase has completed with error