docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QueryResponse

    A list of lobbies that matched the specified query. Only the public top-level data and player data properties are returned.

    Inheritance
    object
    QueryResponse
    Namespace: Unity.Services.Lobbies.Models
    Assembly: solution.dll
    Syntax
    public class QueryResponse

    Constructors

    QueryResponse(List<Lobby>, string)

    A list of lobbies that matched the specified query. Only the public top-level data and player data properties are returned.

    Declaration
    public QueryResponse(List<Lobby> results = null, string continuationToken = null)
    Parameters
    Type Name Description
    List<Lobby> results

    results param

    string continuationToken

    continuationToken param

    Properties

    ContinuationToken

    Parameter continuationToken of QueryResponse

    Declaration
    public string ContinuationToken { get; }
    Property Value
    Type Description
    string

    Results

    Parameter results of QueryResponse

    Declaration
    public List<Lobby> Results { get; }
    Property Value
    Type Description
    List<Lobby>
    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)