docs.unity.cn
    Show / Hide Table of Contents

    Class PurchaseEventArgs

    A purchase that succeeded, including the purchased product along with its purchase receipt.

    Inheritance
    Object
    PurchaseEventArgs
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 14, 2023
    Terms of use