AdaptySDK 4.1.1
Loading...
Searching...
No Matches
AdaptySDK.AdaptyFlowPaywall Class Referencesealed

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< AdaptyProductIdentifierProductIdentifiers [get]
 Array of product identifiers associated with this paywall.

Private Member Functions

 AdaptyFlowPaywall ()

Private Attributes

readonly string _WebPurchaseUrl

Detailed Description

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

Constructor & Destructor Documentation

◆ AdaptyFlowPaywall()

AdaptySDK.AdaptyFlowPaywall.AdaptyFlowPaywall ( )
private

Member Function Documentation

◆ ToString()

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.

Member Data Documentation

◆ _Products

readonly IList<ProductReference> AdaptySDK.AdaptyFlowPaywall._Products
package

◆ _WebPurchaseUrl

readonly string AdaptySDK.AdaptyFlowPaywall._WebPurchaseUrl
private

◆ InstanceIdentity

readonly string AdaptySDK.AdaptyFlowPaywall.InstanceIdentity

A unique identifier for this paywall instance.

◆ Name

readonly string AdaptySDK.AdaptyFlowPaywall.Name

The paywall name configured in the Adapty Dashboard.

◆ Placement

readonly AdaptyPlacement AdaptySDK.AdaptyFlowPaywall.Placement

An AdaptyPlacement object that contains information about the placement of the paywall.

◆ VariationId

readonly string AdaptySDK.AdaptyFlowPaywall.VariationId

The identifier of the variation, used to attribute purchases to the paywall.

Property Documentation

◆ ProductIdentifiers

IReadOnlyList<AdaptyProductIdentifier> AdaptySDK.AdaptyFlowPaywall.ProductIdentifiers
get

Array of product identifiers associated with this paywall.

◆ VendorProductIds

IReadOnlyList<string> AdaptySDK.AdaptyFlowPaywall.VendorProductIds
get

Array of vendor product IDs (App Store or Google Play product identifiers) associated with this paywall.


The documentation for this class was generated from the following file: