Class PurchaseFailedEventArgs
A purchase that failed including the product under purchase, the reason for the failure and any additional information.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public class PurchaseFailedEventArgs
Properties
Name | Description |
---|---|
message | A message containing details about the failure. |
purchasedProduct | The product which failed to be purchased. |
reason | The reason for the failure. |