Class PurchaseEventArgs
A purchase that succeeded, including the purchased product along with its purchase receipt.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
[Obsolete("This API is deprecated. Please upgrade to the new APIs introduced in IAP v5. For more information, visit the IAP manual: https://docs.unity.com/ugs/en-us/manual/iap/manual/upgrade-to-iap-v5", false)]
public class PurchaseEventArgs
Properties
purchasedProduct
The product which was purchased successfully.
Declaration
public Product purchasedProduct { get; }
Property Value
Type | Description |
---|---|
Product |