docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BaseTransactionConfig<TRuntimeTransaction>

    Base configurator for a BaseTransaction instance.

    Inheritance
    object
    CatalogItemConfig
    CatalogItemConfig<BaseTransaction>
    BaseTransactionConfig
    BaseTransactionConfig<TRuntimeTransaction>
    IAPTransactionConfig
    VirtualTransactionConfig
    Inherited Members
    BaseTransactionConfig.rewards
    BaseTransactionConfig.CompileItem()
    BaseTransactionConfig.LinkItem(CatalogBuilder)
    CatalogItemConfig<BaseTransaction>.CompileGeneric()
    CatalogItemConfig<BaseTransaction>.LinkGeneric(CatalogBuilder)
    CatalogItemConfig.id
    CatalogItemConfig.displayName
    CatalogItemConfig.categories
    CatalogItemConfig.details
    Namespace: UnityEngine.GameFoundation.Configs
    Assembly: solution.dll
    Syntax
    public abstract class BaseTransactionConfig<TRuntimeTransaction> : BaseTransactionConfig where TRuntimeTransaction : BaseTransaction
    Type Parameters
    Name Description
    TRuntimeTransaction

    Methods

    Name Description
    CompileGenericTransaction()

    Checks the configuration and builds the BaseTransaction instance.

    CompileTransaction()

    Checks the specific configuration of the BaseTransactionConfig<TRuntimeTransaction> and builds the TRuntimeTransaction instance.

    LinkGenericTransaction(CatalogBuilder)

    Resolves the possible references the CatalogItem may contain.

    LinkTransaction(CatalogBuilder)

    Resolves the possible references the TRuntimeTransaction instance may contain.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)