|
AdaptySDK 4.1.1
|
Represents a paywall variation of an AdaptyFlow. More...
Classes | |
| class | ProductReference |
Public Member Functions | |
| override string | ToString () |
| A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it. | |
Public Attributes | |
| readonly AdaptyPlacement | Placement |
| An AdaptyPlacement object that contains information about the placement of the paywall. | |
| readonly string | InstanceIdentity |
| A unique identifier for this paywall instance. | |
| readonly string | Name |
| The paywall name configured in the Adapty Dashboard. | |
| readonly string | VariationId |
| The identifier of the variation, used to attribute purchases to the paywall. | |
Package Attributes | |
| readonly IList< ProductReference > | _Products |
Properties | |
| IReadOnlyList< string > | VendorProductIds [get] |
| Array of vendor product IDs (App Store or Google Play product identifiers) associated with this paywall. | |
| IReadOnlyList< AdaptyProductIdentifier > | ProductIdentifiers [get] |
| Array of product identifiers associated with this paywall. | |
Private Member Functions | |
| AdaptyFlowPaywall () | |
Private Attributes | |
| readonly string | _WebPurchaseUrl |
Represents a paywall variation of an AdaptyFlow.
A flow paywall is a set of products that can be displayed to users within a flow. Read more at Adapty Documentation
|
private |
| override string AdaptySDK.AdaptyFlowPaywall.ToString | ( | ) |
A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.
|
package |
|
private |
| readonly string AdaptySDK.AdaptyFlowPaywall.InstanceIdentity |
A unique identifier for this paywall instance.
| readonly string AdaptySDK.AdaptyFlowPaywall.Name |
The paywall name configured in the Adapty Dashboard.
| readonly AdaptyPlacement AdaptySDK.AdaptyFlowPaywall.Placement |
An AdaptyPlacement object that contains information about the placement of the paywall.
| readonly string AdaptySDK.AdaptyFlowPaywall.VariationId |
The identifier of the variation, used to attribute purchases to the paywall.
|
get |
Array of product identifiers associated with this paywall.
|
get |
Array of vendor product IDs (App Store or Google Play product identifiers) associated with this paywall.