FindLobbiesAsync
method in Coherence.Cloud.LobbiesService
Methods
public Task<IReadOnlyList<LobbyData>> FindLobbiesAsync(FindLobbyOptions findOptions = null)
Find current active Lobbies that you will be able to join.
Parameters
| Type | Name | Description |
|---|---|---|
| FindLobbyOptions | findOptions | Optional parameter to filter the returned Lobbies. |
Returns
| Type | Description |
|---|---|
| Task<IReadOnlyList<LobbyData>> |