docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IMultiplayRegistryAdminApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    Namespace: Unity.Services.Apis.Admin.Multiplay
    Assembly: Unity.Services.Apis.dll
    Syntax
    public interface IMultiplayRegistryAdminApi : IApiAccessor

    Methods

    GetTagsList(string, string, long, CancellationToken)

    View tags list

    Declaration
    ApiOperation<MultiplayRegistryTagsList> GetTagsList(string projectId, string environmentId, long buildId, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string projectId

    The project's Project ID

    string environmentId

    The Environment ID of a project

    long buildId

    The ID of the build.

    CancellationToken cancellationToken

    Cancellation Token to cancel the request.

    Returns
    Type Description
    ApiOperation<MultiplayRegistryTagsList>

    The operation

    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)