Package-level declarations

Types

Link copied to clipboard
data class BalanceInfo(val balance: Double, val bonus: Double, val pokerWinning: Double, val primaryBalance: Double, val reservedBalance: Double, val promotionOpenBet: Double)

Balance info

Link copied to clipboard
data class Page(val plainUrl: String, val launchContext: PageLaunchContext)
Link copied to clipboard
Link copied to clipboard

Profile page This enum provides values for getting the Page object used for opening different web profile pages. Provide this in the dk.ds.profile.domain.DsProfile getProfilePage method.

Link copied to clipboard
data class PlayerCard(val cardNumber: String, val qrCodeNumber: String)

PlayerCard of the user

Link copied to clipboard
data class ProfileInfo(val id: String, val firstName: String, val lastName: String, val userName: String, val email: String, val phoneNumber: String, val alias: String?, val lastLogin: Date, val isRetailAccount: Boolean, val hasWagerLimits: Boolean)

Gives info about the profile related to a session.

Link copied to clipboard

Profile token provider This should return a valid token. This should be provided by the login SDK get legacySessionToken method or if available the new token from the DsLogin SDK. Needed for communication authorization when contacting server