Package-level declarations

Types

Link copied to clipboard
data class MenuPage(val variation: Int, val animation: Int, val brand: String, val logoImageUrl: String, val headline: String, val body: String, val ctaLabel: String, val ctaLink: String?, val countdownDateTime: Date?, val addonImages: List<MenuPage.AddonImage>, val background: MenuPage.MenuPageBackground)
Link copied to clipboard
data class PlayType(val initialRows: Int, val rowOptions: List<Int>)
Link copied to clipboard
data class PlayTypes(val lightning: PlayType?, val location: PlayType?, val luckynumber: PlayType?, val photo: PlayType?, val pulse: PlayType?, val selfSelect: PlayType?)
Link copied to clipboard
data class UserBrand(val variation: Int?, val backgroundImage: String?, val headline: String?, val body: String?, val ctaLabel: String?, val ctaLink: String?)
Link copied to clipboard
data class UserBrandLottery(val variation: Int, val winnersAmount: Int?, val nextSaleStop: Date, val infoUrl: String?, val purchaseUrl: String?, val headline: String?, val body: String?, val ctaLabel: String?, val ctaLink: String?, val animation: Int, val primaryColor: String?, val backgroundColor: String?, val backgroundImage: String?, val backgroundImageLandscape: String?, val backgroundVideoLandscape: String?, val backgroundVideo: String?, val foregroundImage: String?, val backgroundOverlay: Boolean)

User brand lottery

Link copied to clipboard
data class UserBrandNumberGames(val initialDays: Int?, val initialWeeks: Int?, val initialWager: Int?, val initialJoker: Int?, val headline: String?, val body: String?, val playTypes: PlayTypes, val initialPlaytype: String?, val variation: Int?, val backgroundImage: String?)
Link copied to clipboard
data class UserBrandQuick(val gameLink: String, val gameId: String?, val logoImage: String?, val variation: Int?, val backgroundImage: String?)
Link copied to clipboard
data class UserGuide(val body: List<UserGuideBodyItem>, val header: String?, val cancel: String?, val url: String?, val path: String?)
Link copied to clipboard
data class UserGuideBodyItem(val type: String, val value: String?)
Link copied to clipboard
data class UserSettings(val primaryBrand: String?, val lotto: UserBrandNumberGames?, val vikingLotto: UserBrandNumberGames?, val eurojackpot: UserBrandNumberGames?, val keno: UserBrandNumberGames?, val ugePakken: UserBrand?, val promotionSpots: List<PromotionSpot>?, val banners: List<Banner>?, val tilePlacements: List<String>?, val altEllerIntet: UserBrandNumberGames?, val plus: UserBrand?, val promotions: UserBrand?, val spilSammen: UserBrand?, val quick: UserBrandQuick?, val klasselotteriet: UserBrandLottery?, val klubLotto: MenuPage?)