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

    Interface ProductReference

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

    Properties

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