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

    Interface AdaptyAndroidPurchaseParams

    interface AdaptyAndroidPurchaseParams {
        isOfferPersonalized?: boolean;
        obfuscatedAccountId?: string;
        obfuscatedProfileId?: string;
        subscriptionUpdateParams?: {
            oldSubVendorProductId: string;
            prorationMode: AdaptyAndroidSubscriptionUpdateReplacementMode;
        };
    }
    Index

    Properties

    isOfferPersonalized?: boolean

    Whether the offer is personalized

    obfuscatedAccountId?: string

    Obfuscated account ID

    android

    obfuscatedProfileId?: string

    Obfuscated profile ID

    android

    subscriptionUpdateParams?: {
        oldSubVendorProductId: string;
        prorationMode: AdaptyAndroidSubscriptionUpdateReplacementMode;
    }

    Subscription update parameters

    android