getGamesList

fun getGamesList(    callback: GetGamesListCallback,     limit: Int = 50,     offset: Int = 0,     locale: String? = null,     additionalFields: List<String>? = null,     country: String? = null)

Gets a games list for building a catalog.

See also

Parameters

callback

Status callback.

Sources

Link copied to clipboard