|
AdaptySDK
|
Represents a reference to a product from a paywall with optional platform-specific identifiers. More...
Public Member Functions | |
| AdaptyProductReference (string vendorProductId, string adaptyProductId, string promotionalOfferId, string winBackOfferId, string androidBasePlanId, string androidOfferId) | |
| AdaptyProductIdentifier | ToAdaptyProductIdentifier () |
| override string | ToString () |
Public Attributes | |
| readonly string | VendorProductId |
| readonly string | _AdaptyProductId |
| readonly string | PromotionalOfferId |
| readonly string | WinBackOfferId |
| readonly string | AndroidBasePlanId |
| readonly string | AndroidOfferId |
Package Functions | |
| JSONNode | ToJSONNode () |
| AdaptyProductReference (JSONObject jsonNode) | |
Represents a reference to a product from a paywall with optional platform-specific identifiers.
|
package |
| AdaptySDK.AdaptyProductReference.AdaptyProductReference | ( | string | vendorProductId, |
| string | adaptyProductId, | ||
| string | promotionalOfferId, | ||
| string | winBackOfferId, | ||
| string | androidBasePlanId, | ||
| string | androidOfferId ) |
| AdaptyProductIdentifier AdaptySDK.AdaptyProductReference.ToAdaptyProductIdentifier | ( | ) |
|
package |
| override string AdaptySDK.AdaptyProductReference.ToString | ( | ) |
| readonly string AdaptySDK.AdaptyProductReference._AdaptyProductId |
| readonly string AdaptySDK.AdaptyProductReference.AndroidBasePlanId |
| readonly string AdaptySDK.AdaptyProductReference.AndroidOfferId |
| readonly string AdaptySDK.AdaptyProductReference.PromotionalOfferId |
| readonly string AdaptySDK.AdaptyProductReference.VendorProductId |
| readonly string AdaptySDK.AdaptyProductReference.WinBackOfferId |