docs.unity3d.com
    Show / Hide Table of Contents

    Interface IManagedStoreExtensions

    IAP E-Commerce Managed Store functionality.

    Namespace: UnityEngine.Purchasing
    Syntax
    public interface IManagedStoreExtensions : IStoreExtension

    Properties

    storeCatalog

    Get the available store catalog items. Store catalog prioritizes its array of products in the same order as the IAP E-Commerce API response. Any product that is not available for purchase nor found in the native store will not be in the list.

    Declaration
    Product[] storeCatalog { get; }
    Property Value
    Type Description
    Product[]

    Methods

    RefreshCatalog(Action)

    Refresh the managed store catalog.

    Declaration
    void RefreshCatalog(Action callback)
    Parameters
    Type Name Description
    Action callback

    The action executed upon refreshing the catalog.

    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