FetchLobbyStats
method in Coherence.Cloud.LobbiesService
Methods
public void FetchLobbyStats(Action<RequestResponse<LobbyStats>> onRequestFinished, List<string> tags = null, List<string> regions = null)
Get stats for the usage of Lobbies for your current coherence Project.
Parameters
| Type | Name | Description | 
|---|---|---|
| Action<RequestResponse<LobbyStats>> | onRequestFinished | Callback that will be invoked when the request finished.  | 
    
| List<string> | tags | Optional list of tags to filter the fetched stats.  | 
    
| List<string> | regions | Optional list of regions to filter the fetched stats.  |