docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IStoreConnectCallback

    Interface to handle callbacks for managing the connection to a store.

    Namespace: UnityEngine.Purchasing
    Assembly: Unity.Purchasing.dll
    Syntax
    public interface IStoreConnectCallback

    Methods

    OnStoreConnectionFailed(StoreConnectionFailureDescription)

    Callback received when the connection to the store fails.

    Declaration
    void OnStoreConnectionFailed(StoreConnectionFailureDescription failureDescription)
    Parameters
    Type Name Description
    StoreConnectionFailureDescription failureDescription

    The description of the failure.

    OnStoreConnectionSucceeded()

    Callback received when the connection is successfully initialized.

    Declaration
    void OnStoreConnectionSucceeded()
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)