Class IAPTransactionConfig
Configurator for an IAPTransaction instance.
Inheritance
Inherited Members
Namespace: UnityEngine.GameFoundation.Configs
Syntax
public sealed class IAPTransactionConfig : BaseTransactionConfig<IAPTransaction>
Fields
productId
The ID of the product.
Declaration
public string productId
Field Value
Type | Description |
---|---|
String |
Methods
CompileTransaction()
Checks the specific configuration of the
BaseTransactionConfig<TRuntimeTransaction> and builds
the TRuntimeTransaction
instance.
Declaration
protected override IAPTransaction CompileTransaction()
Returns
Type | Description |
---|---|
IAPTransaction | The newly created |