get Lobby List
fun getLobbyList(appId: Int, filters: List<Filter>? = null, maxLobbies: Int = -1): AsyncJobSingle<GetLobbyListCallback>?
Sends a request to obtain a list of lobbies matching the specified criteria.
Return
Parameters
app Id
The ID of app for which we're requesting a list of lobbies.
filters
An optional list of filters.
max Lobbies
An optional maximum number of lobbies that will be returned.