Interface ILobbyServiceSDK This interface is marked for deprecation. Please use ILobbyService instead. Inherited Members ILobbyService.ConcurrencyControlEnabled ILobbyService.CreateLobbyAsync(string, int, CreateLobbyOptions) ILobbyService.CreateOrJoinLobbyAsync(string, string, int, CreateLobbyOptions) ILobbyService.SubscribeToLobbyEventsAsync(string, LobbyEventCallbacks) ILobbyService.DeleteLobbyAsync(string) ILobbyService.GetJoinedLobbiesAsync() ILobbyService.GetLobbyAsync(string) ILobbyService.GetLobbyAsync(string, 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) ILobbyService.GetMigrationDataInfoAsync(string) ILobbyService.DownloadMigrationDataAsync(MigrationDataInfo, LobbyDownloadMigrationDataOptions) ILobbyService.UploadMigrationDataAsync(MigrationDataInfo, byte[], LobbyUploadMigrationDataOptions) Namespace: Unity.Services.Lobbies Assembly: solution.dll Syntax public interface ILobbyServiceSDK : ILobbyService