docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IStoreListener

    Implemented by Application developers using Unity Purchasing.

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

    Methods

    Name Description
    OnInitializeFailed(InitializationFailureReason)

    Purchasing failed to initialise for a non recoverable reason.

    OnInitializeFailed(InitializationFailureReason, string)

    Purchasing failed to initialise for a non recoverable reason.

    OnInitialized(IStoreController, IExtensionProvider)

    Purchasing initialized successfully.

    The IStoreController and IExtensionProvider are available for accessing purchasing functionality.

    OnPurchaseFailed(Product, PurchaseFailureReason)

    A purchase failed with specified reason.

    ProcessPurchase(PurchaseEventArgs)

    A purchase succeeded.

    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