|
AdaptySDK 4.1.1
|
A product for an App Store promoted in-app purchase. iOS only. More...
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 string | VendorProductId |
| The unique identifier of the product in the App Store. | |
| readonly string | LocalizedDescription |
| The description of the product, localized by the storefront the user's device is connected to. | |
| readonly string | LocalizedTitle |
| The name of the product, localized by the storefront the user's device is connected to. | |
| readonly bool | IsFamilyShareable |
| Whether the product is available for family sharing in App Store Connect (iOS only). | |
| readonly string | RegionCode |
| The region code of the locale used to format the price of the product. | |
| readonly AdaptyPrice | Price |
| The object that represents the main price for the product. | |
| readonly AdaptySubscription | Subscription |
| Detailed information about the subscription, including introductory offers, promotional offers, etc. | |
Properties | |
| string | PayloadData [get] |
Private Member Functions | |
| AdaptyPromotedProduct () | |
Private Attributes | |
| readonly string | _PayloadData |
A product for an App Store promoted in-app purchase. iOS only.
Arrives through IAdaptyEventListener.OnReceivePromotedPurchase(AdaptyPromotedProduct) when the user starts a purchase from the App Store product page. Hand it to Adapty.MakePromotedPurchase(AdaptyPromotedProduct, System.Action<AdaptyPurchaseResult, AdaptyError>) to complete the purchase.
|
private |
| override string AdaptySDK.AdaptyPromotedProduct.ToString | ( | ) |
A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.
|
private |
| readonly bool AdaptySDK.AdaptyPromotedProduct.IsFamilyShareable |
Whether the product is available for family sharing in App Store Connect (iOS only).
| readonly string AdaptySDK.AdaptyPromotedProduct.LocalizedDescription |
The description of the product, localized by the storefront the user's device is connected to.
| readonly string AdaptySDK.AdaptyPromotedProduct.LocalizedTitle |
The name of the product, localized by the storefront the user's device is connected to.
| readonly AdaptyPrice AdaptySDK.AdaptyPromotedProduct.Price |
The object that represents the main price for the product.
| readonly string AdaptySDK.AdaptyPromotedProduct.RegionCode |
The region code of the locale used to format the price of the product.
| readonly AdaptySubscription AdaptySDK.AdaptyPromotedProduct.Subscription |
Detailed information about the subscription, including introductory offers, promotional offers, etc.
This is null for non-subscription products.
| readonly string AdaptySDK.AdaptyPromotedProduct.VendorProductId |
The unique identifier of the product in the App Store.
|
getpackage |