docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IStoreController

    Used by Applications to control Unity Purchasing.

    Namespace: UnityEngine.Purchasing
    Assembly: solution.dll
    Syntax
    public interface IStoreController

    Properties

    Name Description
    products

    Gets the collection of products in the store.

    Methods

    Name Description
    ConfirmPendingPurchase(Product)

    Where an Application returned ProcessingResult.Pending from IStoreListener.ProcessPurchase(), Applications should call this method when processing completes.

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

    Fetch additional products from the controlled store.

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

    Fetch additional products from the controlled store.

    InitiatePurchase(string)

    Initiate a purchase from the controlled store

    InitiatePurchase(string, string)

    Initiate a purchase from the controlled store.

    InitiatePurchase(Product)

    Initiate a purchase from the controlled store.

    InitiatePurchase(Product, string)

    Initiate a purchase from the controlled store.

    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