AdaptyPaywall class

Annotations

Properties

abTestName String
Parent A/B test name.
final
hashCode int
The hash code for this object.
no setterinherited
hasViewConfiguration bool
If true, it is possible to use Adapty Paywall Builder. Read more here: https://docs.adapty.io/docs/paywall-builder-getting-started
final
locale String
And identifier of a paywall locale.
final
name String
A paywall name.
final
placementId String
An identifier of a paywall, configured in Adapty Dashboard.
final
remoteConfig Map<String, dynamic>?
A custom dictionary configured in Adapty Dashboard for this paywall (same as remoteConfigString)
no setter
remoteConfigString String?
A custom JSON string configured in Adapty Dashboard for this paywall.
final
revision int
Current revision (version) of a paywall. Every change within a paywall creates a new revision.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variationId String
An identifier of a variation, used to attribute purchases to this paywall.
final
vendorProductIds List<String>
Array of related products ids.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited