Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

ProductDescription Constructor

public ProductDescription(string id, Purchasing.ProductMetadata metadata, string receipt, string transactionId);
public ProductDescription(string id, Purchasing.ProductMetadata metadata);
public ProductDescription(string id, Purchasing.ProductMetadata metadata, string receipt, string transactionId, Purchasing.ProductType type);

Parameters

idThe store-specific ID.
metadataLocalized metadata retrieved from the Store.
receiptA purchase receipt, if owned. Otherwise null.
transactionIdThe purchase transaction ID, if owned. Otherwise null.
typeThe product type (optional for products queried by Unity IAP).

Description

Create a ProductDescription.

Primarily created internally by Unity IAP.

Did you find this page useful? Please give it a rating: