AdaptySDK
AdaptySDK.AdaptyProductReference Class Reference

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)

Detailed Description

Represents a reference to a product from a paywall with optional platform-specific identifiers.

Constructor & Destructor Documentation

◆ AdaptyProductReference() [1/2]

AdaptySDK.AdaptyProductReference.AdaptyProductReference ( JSONObject jsonNode)
package

◆ AdaptyProductReference() [2/2]

AdaptySDK.AdaptyProductReference.AdaptyProductReference ( string vendorProductId,
string adaptyProductId,
string promotionalOfferId,
string winBackOfferId,
string androidBasePlanId,
string androidOfferId )

Member Function Documentation

◆ ToAdaptyProductIdentifier()

AdaptyProductIdentifier AdaptySDK.AdaptyProductReference.ToAdaptyProductIdentifier ( )

◆ ToJSONNode()

JSONNode AdaptySDK.AdaptyProductReference.ToJSONNode ( )
package

◆ ToString()

override string AdaptySDK.AdaptyProductReference.ToString ( )

Member Data Documentation

◆ _AdaptyProductId

readonly string AdaptySDK.AdaptyProductReference._AdaptyProductId

◆ AndroidBasePlanId

readonly string AdaptySDK.AdaptyProductReference.AndroidBasePlanId

◆ AndroidOfferId

readonly string AdaptySDK.AdaptyProductReference.AndroidOfferId

◆ PromotionalOfferId

readonly string AdaptySDK.AdaptyProductReference.PromotionalOfferId

◆ VendorProductId

readonly string AdaptySDK.AdaptyProductReference.VendorProductId

◆ WinBackOfferId

readonly string AdaptySDK.AdaptyProductReference.WinBackOfferId

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