docs.unity.cn
    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
    Syntax
    [Preserve]
    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
    [Preserve]
    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
    [Preserve]
    public string ContinuationToken { get; }
    Property Value
    Type Description
    String

    Results

    Parameter results of QueryResponse

    Declaration
    [Preserve]
    public List<Lobby> Results { get; }
    Property Value
    Type Description
    List<Lobby>
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 14, 2023