getGamesListByGroup

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

Gets a games list from the specified group for building a catalog.

See also

Parameters

externalId

Group external ID.

callback

Status callback.

Sources

Link copied to clipboard