Class PurchaseEventArgs
A purchase that succeeded, including the purchased product along with its purchase receipt.
Inherited Members
Namespace: UnityEngine.Purchasing
Syntax
public class PurchaseEventArgs
Properties
purchasedProduct
The product which was purchased successfully.
Declaration
public Product purchasedProduct { get; }
Property Value
Type | Description |
---|---|
Product |