docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IBaseCatalogProvider

    Abstract Catalog Provider, facilitating the retrieval of a catalog's products.

    Namespace: UnityEngine.Purchasing.Extension
    Assembly: Unity.Purchasing.dll
    Syntax
    public interface IBaseCatalogProvider

    Methods

    FetchProducts(Action<List<ProductDefinition>>)

    Fetch all the products in the catalog, asynchronously.

    Declaration
    void FetchProducts(Action<List<ProductDefinition>> callback)
    Parameters
    Type Name Description
    Action<List<ProductDefinition>> callback

    Event containing the set of products upon completion.

    In This Article
    Back to top
    Copyright © 2025 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)