docs.unity3d.com
    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.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Purchasing
    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
    Back to top
    Terms of use
    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