docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method FetchAdditionalProducts

    FetchAdditionalProducts(HashSet<ProductDefinition>, Action, Action<InitializationFailureReason>)

    Fetch additional products from the controlled store.

    Declaration
    [Obsolete]
    void FetchAdditionalProducts(HashSet<ProductDefinition> additionalProducts, Action successCallback, Action<InitializationFailureReason> failCallback)
    Parameters
    Type Name Description
    HashSet<ProductDefinition> additionalProducts

    The set of product definitions to be fetched.

    Action successCallback

    The event triggered on a successful fetch.

    Action<InitializationFailureReason> failCallback

    The event triggered on a failed fetch.

    FetchAdditionalProducts(HashSet<ProductDefinition>, Action, Action<InitializationFailureReason, string>)

    Fetch additional products from the controlled store.

    Declaration
    void FetchAdditionalProducts(HashSet<ProductDefinition> additionalProducts, Action successCallback, Action<InitializationFailureReason, string> failCallback)
    Parameters
    Type Name Description
    HashSet<ProductDefinition> additionalProducts

    The set of product definitions to be fetched.

    Action successCallback

    The event triggered on a successful fetch.

    Action<InitializationFailureReason, string> failCallback

    The event triggered on a failed fetch. Contains the FailureReason and an optional error message.

    In This Article
    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