AdaptySDK
AdaptySDK.AdaptyProductIdentifier Class Reference

A lightweight identifier used when addressing a specific product across platforms. More...

Public Member Functions

 AdaptyProductIdentifier (string vendorProductId, string adaptyProductId, string basePlanId)
override string ToString ()

Public Attributes

readonly string VendorProductId
readonly string BasePlanId

Package Functions

JSONNode ToJSONNode ()
 AdaptyProductIdentifier (JSONObject jsonNode)

Package Attributes

readonly string _AdaptyProductId

Detailed Description

A lightweight identifier used when addressing a specific product across platforms.

Constructor & Destructor Documentation

◆ AdaptyProductIdentifier() [1/2]

AdaptySDK.AdaptyProductIdentifier.AdaptyProductIdentifier ( JSONObject jsonNode)
package

◆ AdaptyProductIdentifier() [2/2]

AdaptySDK.AdaptyProductIdentifier.AdaptyProductIdentifier ( string vendorProductId,
string adaptyProductId,
string basePlanId )

Member Function Documentation

◆ ToJSONNode()

JSONNode AdaptySDK.AdaptyProductIdentifier.ToJSONNode ( )
package

◆ ToString()

override string AdaptySDK.AdaptyProductIdentifier.ToString ( )

Member Data Documentation

◆ _AdaptyProductId

readonly string AdaptySDK.AdaptyProductIdentifier._AdaptyProductId
package

◆ BasePlanId

readonly string AdaptySDK.AdaptyProductIdentifier.BasePlanId

◆ VendorProductId

readonly string AdaptySDK.AdaptyProductIdentifier.VendorProductId

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