docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IStoreWrapper

    Store wrapper containing the store instance and name.

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

    Properties

    instance

    Gets the instance of the store.

    Declaration
    Store instance { get; }
    Property Value
    Type Description
    Store

    The store's instance

    name

    Gets the name of the store.

    Declaration
    string name { get; }
    Property Value
    Type Description
    string

    The store's name

    Methods

    GetStoreConnectionState()

    Gets the connection state of the store

    Declaration
    ConnectionState GetStoreConnectionState()
    Returns
    Type Description
    ConnectionState

    The store's connectionState

    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)