docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Add

    Add(string, params string[])

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

    Declaration
    public void Add(string id, params string[] stores)
    Parameters
    Type Name Description
    string id

    Product identifier.

    string[] stores

    List of stores by string, to which we the id will be mapped to.

    Add(string, params object[])

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

    Declaration
    public void Add(string id, params object[] stores)
    Parameters
    Type Name Description
    string id

    Product identifier.

    object[] stores

    List of stores by other object, to which we the id will be mapped to.

    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