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

    Interface AdaptyPromotedProduct

    Describes a product promoted in the App Store, received through the 'onPromotedPurchaseReceived' event.

    Unlike AdaptyPaywallProduct, a promoted product does not belong to a paywall, so it carries no placement, variation or A/B test information.

    interface AdaptyPromotedProduct {
        ios?: { isFamilyShareable: boolean };
        localizedDescription: string;
        localizedTitle: string;
        price?: AdaptyPrice;
        regionCode?: string;
        subscription?: AdaptySubscriptionDetails;
        vendorProductId: string;
    }
    Index

    Properties

    ios?: { isFamilyShareable: boolean }

    Type Declaration

    localizedDescription: string

    A description of the product.

    localizedTitle: string

    The name of the product.

    price?: AdaptyPrice

    The cost of the product in the local currency

    regionCode?: string

    The region code of the locale used to format the price of the product. ISO 3166 ALPHA-2 (US, DE)

    vendorProductId: string

    Unique identifier of a product from App Store Connect or Google Play Console