docs.unity.cn
    Show / Hide Table of Contents

    Struct IapResult

    This contains portable product information provided by an IAP system after a transaction attempt. Currently it's only used after purchases are successful.

    Namespace: UnityEngine.GameFoundation
    Syntax
    public struct IapResult

    Fields

    productId

    The id of the product in the IAP system.

    Declaration
    public string productId
    Field Value
    Type Description
    String

    productType

    The type of the product in the IAP system.

    Declaration
    public IAPProductType productType
    Field Value
    Type Description
    IAPProductType
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021