react-native-adapty - v4.0.0
    Preparing search index...

    Interface AdaptyFlowPaywall

    Describes a single paywall variation inside a flow.

    interface AdaptyFlowPaywall {
        id: string;
        name: string;
        placement: AdaptyPlacement;
        productIdentifiers: AdaptyProductIdentifier[];
        variationId: string;
        webPurchaseUrl?: string;
    }
    Index

    Properties

    id: string
    name: string

    A paywall name.

    placement: AdaptyPlacement
    productIdentifiers: AdaptyProductIdentifier[]

    Array of product identifiers for this paywall

    variationId: string

    An identifier of a variation, used to attribute purchases to this paywall.

    webPurchaseUrl?: string