docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ISessionMatchmaking

    Namespace: Unity.Services.Multiplayer
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    public interface ISessionMatchmaking

    Properties

    State

    Declaration
    MatchmakerState State { get; }
    Property Value
    Type Description
    MatchmakerState

    TicketId

    Declaration
    string TicketId { get; }
    Property Value
    Type Description
    string

    Methods

    CancelAsync()

    Declaration
    Task CancelAsync()
    Returns
    Type Description
    Task

    JoinAsync()

    Declaration
    Task<ISession> JoinAsync()
    Returns
    Type Description
    Task<ISession>

    Events

    MatchFailed

    Declaration
    event Action MatchFailed
    Event Type
    Type Description
    Action

    MatchFound

    Declaration
    event Action MatchFound
    Event Type
    Type Description
    Action

    MatchJoinFailed

    Declaration
    event Action MatchJoinFailed
    Event Type
    Type Description
    Action

    MatchJoined

    Declaration
    event Action<ISession> MatchJoined
    Event Type
    Type Description
    Action<ISession>

    StateChanged

    Declaration
    event Action<MatchmakerState> StateChanged
    Event Type
    Type Description
    Action<MatchmakerState>
    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)