docs.unity3d.com
    Show / Hide Table of Contents

    Interface ICatalogProvider

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

    Namespace: UnityEngine.Purchasing.Extension
    Syntax
    public interface ICatalogProvider

    Methods

    FetchProducts(Action<HashSet<ProductDefinition>>)

    Fetch all the products in the catalog, asynchronously.

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

    Event containing the set of products upon completion.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023