QuickAdditionalGameData

data class QuickAdditionalGameData(val gameId: String, val promoBackgroundImage: String, val promoForegroundImage: String, val additionalImages: List<QuickAdditionalImage>)

Quick additional game data This is for promotional games on the front page of Quick

Constructors

Link copied to clipboard
constructor(gameId: String, promoBackgroundImage: String, promoForegroundImage: String, additionalImages: List<QuickAdditionalImage>)

Properties

Link copied to clipboard

the small extra images around the promoForegroundImage.

Link copied to clipboard

The id of the game

Link copied to clipboard

The background image for the promo

Link copied to clipboard

The foreground image for the promo