@adapty/capacitor - v3.10.0-beta.1
    Preparing search index...

    Interface AdaptySubscriptionOffer

    Subscription offer model to products

    interface AdaptySubscriptionOffer {
        android?: { offerTags?: string[] };
        identifier: AdaptySubscriptionOfferId;
        phases: AdaptyDiscountPhase[];
    }
    Index

    Properties

    android?: { offerTags?: string[] }