Interface AdaptyAndroidPurchaseParams

Android purchase parameters structure

Hierarchy

  • AdaptyAndroidPurchaseParams

Properties

isOfferPersonalized?: boolean

Whether the offer is personalized

obfuscatedAccountId?: string

Obfuscated account ID

Platform

android

obfuscatedProfileId?: string

Obfuscated profile ID

Platform

android

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

Android subscription update parameters

Type declaration

Platform

android

Generated using TypeDoc