getLobbyList

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

null, if the request could not be submitted i.e. not yet logged in. Otherwise, an GetLobbyListCallback.

Parameters

appId

The ID of app for which we're requesting a list of lobbies.

filters

An optional list of filters.

maxLobbies

An optional maximum number of lobbies that will be returned.