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

    Interface ProductReference

    interface ProductReference {
        adaptyId: string;
        android?: { basePlanId?: string; offerId?: string };
        ios?: { promotionalOfferId?: string; winBackOfferId?: string };
        vendorId: string;
    }
    Index

    Properties

    adaptyId: string
    android?: { basePlanId?: string; offerId?: string }
    ios?: { promotionalOfferId?: string; winBackOfferId?: string }
    vendorId: string