let abTestName : String
Parent A/B test name.
let hasViewConfiguration : Bool
If
true
, it is possible to fetch the view AdaptyUI.ViewConfiguration
object and use it with AdaptyUI
library.let id: String
An identifier of a paywall, configured in Adapty Dashboard.
let locale: String
And identifier of a paywall locale.
let name: String
A paywall name.
var remoteConfig : [String : Any]?
A custom dictionary configured in Adapty Dashboard for this paywall (same as
remoteConfigString
)let remoteConfigString : String?
A custom JSON string configured in Adapty Dashboard for this paywall.
let revision: Int
Current revision (version) of a paywall. Every change within a paywall creates a new revision.
let variationId : String
An identifier of a variation, used to attribute purchases to this paywall.
var vendorProductIds : [String]
Array of related products ids.