Interface ExpressPurchaseButtonUpdaterExperimental

Callback to be called when the express purchase button is ready to be updated.

interface ExpressPurchaseButtonUpdater {
    updatePurchase: (pkg: Package, purchaseOption?: PurchaseOption) => void;
}

Properties

Properties

updatePurchase: (pkg: Package, purchaseOption?: PurchaseOption) => void

Updates the purchase option of the express purchase button.