Describes an object that represents a paywall. Used in getPaywall method.

Hierarchy

  • AdaptyPaywall

Properties

abTestName: string

Parent A/B test name.

id: string

ID of a paywall configured in Adapty Dashboard.

name?: string

A paywall name.

remoteConfig?: Record<string, any>

A custom dictionary configured in Adapty Dashboard for this paywall.

remoteConfigString?: string

A custom JSON string configured in Adapty Dashboard for this paywall.

revision: number

Current revision (version) of a paywall. Every change within a paywall creates a new revision.

variationId: string

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

vendorProductIds?: string[]

Array of related products ids.

Generated using TypeDoc