Class IAPTransactionConfig
Configurator for an IAPTransaction instance.
Inheritance
IAPTransactionConfig
Inherited Members
Namespace: UnityEngine.GameFoundation.Configs
Assembly: solution.dll
Syntax
public sealed class IAPTransactionConfig : BaseTransactionConfig<IAPTransaction>
Fields
| Name | Description |
|---|---|
| productId | The ID of the product. |
Methods
| Name | Description |
|---|---|
| CompileTransaction() | Checks the specific configuration of the BaseTransactionConfig<TRuntimeTransaction> and builds the IAPTransaction instance. |