docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IDs

    Maps store specific Product identifiers to one or more store identifiers.

    The name is deliberately terse for use as a collection initializer.

    Inheritance
    object
    IDs
    Implements
    IEnumerable<KeyValuePair<string, string>>
    IEnumerable
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: UnityEngine.Purchasing
    Assembly: solution.dll
    Syntax
    public class IDs : IEnumerable<KeyValuePair<string, string>>, IEnumerable

    Methods

    Name Description
    Add(string, params object[])

    Add a product identifier to a list of store names with non strings such as Enums.

    Add(string, params string[])

    Add a product identifier to a list of store names with string.

    GetEnumerator()

    Retrieve an Enumerator with which can be used to iterate through the internal map structure.

    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