getGamesListByGroup    
  fun getGamesListByGroup(    callback: GetGamesListByGroupCallback,     externalId: String,     limit: Int = 50,     offset: Int = 0,     locale: String? = null,     additionalFields: List<String>? = null,     country: String? = null)
Content copied to clipboard
Gets a games list from the specified group for building a catalog.
See also
Parameters
externalId 
Group external ID.
callback
Status callback.