docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class StoreID

    Represents a pair of store identifier and product id for the store.

    Inheritance
    object
    StoreID
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Purchasing
    Assembly: Unity.Purchasing.dll
    Syntax
    [Serializable]
    public class StoreID

    Constructors

    StoreID(string, string)

    Constructor. Simply assigns the parameters as member data.

    Declaration
    public StoreID(string store_, string id_)
    Parameters
    Type Name Description
    string store_

    The name of the store.

    string id_

    The unique id of the store.

    Fields

    id

    The unique id of the store.

    Declaration
    public string id
    Field Value
    Type Description
    string

    store

    The name of the store.

    Declaration
    public string store
    Field Value
    Type Description
    string
    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)