docs.unity.cn
    Show / Hide Table of Contents

    Interface ILobbyServiceSDK

    This interface is marked for deprecation. Please use ILobbyService instead.

    Inherited Members
    ILobbyService.CreateLobbyAsync(String, Int32, CreateLobbyOptions)
    ILobbyService.CreateOrJoinLobbyAsync(String, String, Int32, CreateLobbyOptions)
    ILobbyService.SubscribeToLobbyEventsAsync(String, LobbyEventCallbacks)
    ILobbyService.DeleteLobbyAsync(String)
    ILobbyService.GetJoinedLobbiesAsync()
    ILobbyService.GetLobbyAsync(String)
    ILobbyService.SendHeartbeatPingAsync(String)
    ILobbyService.JoinLobbyByCodeAsync(String, JoinLobbyByCodeOptions)
    ILobbyService.JoinLobbyByIdAsync(String, JoinLobbyByIdOptions)
    ILobbyService.QueryLobbiesAsync(QueryLobbiesOptions)
    ILobbyService.QuickJoinLobbyAsync(QuickJoinLobbyOptions)
    ILobbyService.RemovePlayerAsync(String, String)
    ILobbyService.UpdateLobbyAsync(String, UpdateLobbyOptions)
    ILobbyService.UpdatePlayerAsync(String, String, UpdatePlayerOptions)
    ILobbyService.ReconnectToLobbyAsync(String)
    Namespace: Unity.Services.Lobbies
    Syntax
    public interface ILobbyServiceSDK : ILobbyService
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 14, 2023