@adapty/capacitor - v4.1.3
    Preparing search index...

    Interface MakePromotedPurchaseOptions

    Describes the options for the makePromotedPurchase method.

    A promoted product carries no paywall context, so unlike MakePurchaseOptions there are no purchase parameters.

    interface MakePromotedPurchaseOptions {
        product: AdaptyPromotedProduct;
    }
    Index

    Properties

    Properties