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

    Interface AdaptyProductIdentifier

    Interface representing a product identifier with vendor and platform-specific information.

    interface AdaptyProductIdentifier {
        adaptyProductId: string;
        basePlanId?: string;
        vendorProductId: string;
    }
    Index

    Properties

    adaptyProductId: string

    Internal Adapty product identifier.

    basePlanId?: string

    The base plan identifier for Google Play subscriptions (Android only).

    vendorProductId: string

    The vendor-specific product identifier (e.g., App Store or Google Play product ID).