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