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 |