FindLobbies
method in Coherence.Cloud.LobbiesService
Methods
public void FindLobbies(Action<RequestResponse<IReadOnlyList<LobbyData>>> onRequestFinished, FindLobbyOptions findOptions = null)
Find current active Lobbies that you will be able to join.
Parameters
| Type | Name | Description | 
|---|---|---|
| Action<RequestResponse<IReadOnlyList<LobbyData>>> | onRequestFinished | Callback that will be invoked when the request finished.  | 
    
| FindLobbyOptions | findOptions | Optional parameter to filter the returned Lobbies.  |