Interface AdaptyPaywall

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

Hierarchy

  • AdaptyPaywall

Properties

abTestName: string

Parent A/B test name.

hasViewConfiguration: boolean

If true, it is possible to fetch the view object and use it with AdaptyUI library.

instanceIdentity: string
name: string

A paywall name.

payloadData?: string
paywallBuilder?: AdaptyPaywallBuilder
placementId: string

ID of a placement configured in Adapty Dashboard.

products: ProductReference[]

Array of initial products info

remoteConfig?: AdaptyRemoteConfig

A remote config 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.

version?: number

Generated using TypeDoc