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
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Lobbies.Models
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    [Preserve]
    [DataContract(Name = "QueryResponse")]
    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]
    [DataMember(Name = "continuationToken", EmitDefaultValue = false)]
    public string ContinuationToken { get; }
    Property Value
    Type Description
    string

    Results

    Parameter results of QueryResponse

    Declaration
    [Preserve]
    [DataMember(Name = "results", EmitDefaultValue = false)]
    public List<Lobby> Results { get; }
    Property Value
    Type Description
    List<Lobby>
    In This Article
    Back to top
    Copyright © 2024 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)