Version: 5.6

ProductDescriptionConstructor

매뉴얼로 전환
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);

파라미터

id The store-specific ID.
metadata Localized metadata retrieved from the Store.
receipt A purchase receipt, if owned. Otherwise null.
transactionId The purchase transaction ID, if owned. Otherwise null.
type The product type (optional for products queried by Unity IAP).

설명

Create a ProductDescription.

Primarily created internally by Unity IAP.