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

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PurchaseFailureDescription Constructor

public PurchaseFailureDescription(string productId, Purchasing.PurchaseFailureReason reason, string message);

Parameters

productId The store-specific product ID which failed to purchase.
reason The reason for the purchase failure.
message More information about the failure from Unity IAP or the platform store, if available.

Description

Creates a PurchaseFailureDescription.