|
AdaptySDK
|
Represents a paywall configuration in Adapty. More...
Classes | |
| class | ProductReference |
| class | ViewConfiguration |
Public Member Functions | |
| override string | ToString () |
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. | |
| readonly AdaptyRemoteConfig | RemoteConfig |
| The custom JSON formatted data configured in the Adapty Dashboard. | |
Package Functions | |
| JSONNode | ToJSONNode () |
| AdaptyPaywall (JSONObject jsonNode) | |
Properties | |
| bool | HasViewConfiguration [get] |
| Indicates whether it is possible to use Adapty Paywall Builder for this paywall. | |
| IList< string > | VendorProductIds [get] |
| Array of vendor product IDs (App Store or Google Play product identifiers) associated with this paywall. | |
| IList< ProductReference > | Products [get] |
| Array of product references associated with this paywall. | |
| IList< AdaptyProductIdentifier > | ProductIdentifiers [get] |
| Array of product identifiers associated with this paywall. | |
| string | PlacementId [get] |
| The identifier of the paywall, configured in Adapty Dashboard. | |
| string | AudienceName [get] |
| string | ABTestName [get] |
| Paywall A/B test name. | |
| long | Revision [get] |
| string | RemoteConfigString [get] |
| string | Locale [get] |
Private Attributes | |
| readonly ViewConfiguration | _ViewConfiguration |
| readonly IList< ProductReference > | _Products |
| readonly long | _ResponseCreatedAt |
| readonly string | _PayloadData |
| readonly string | _WebPurchaseUrl |
| readonly string | _RequestLocale |
Represents a paywall configuration in Adapty.
A paywall is a set of products that can be displayed to users. It contains information about the placement, products, and visual configuration. Read more at Adapty Documentation
|
package |
|
package |
| override string AdaptySDK.AdaptyPaywall.ToString | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| readonly string AdaptySDK.AdaptyPaywall.InstanceIdentity |
A unique identifier for this paywall instance.
| readonly string AdaptySDK.AdaptyPaywall.Name |
The paywall name configured in the Adapty Dashboard.
| readonly AdaptyPlacement AdaptySDK.AdaptyPaywall.Placement |
An AdaptyPlacement object that contains information about the placement of the paywall.
| readonly AdaptyRemoteConfig AdaptySDK.AdaptyPaywall.RemoteConfig |
| readonly string AdaptySDK.AdaptyPaywall.VariationId |
The identifier of the variation, used to attribute purchases to the paywall.
|
get |
Paywall A/B test name.
|
get |
|
get |
|
get |
|
get |
The identifier of the paywall, configured in Adapty Dashboard.
|
get |
Array of product identifiers associated with this paywall.
|
get |
Array of product references associated with this paywall.
|
get |
|
get |
The current revision (version) of the paywall. Every change within the paywall creates a new revision.
|
get |
Array of vendor product IDs (App Store or Google Play product identifiers) associated with this paywall.