Skip to main content

SdkConfig

Index

Properties

Properties

api

api: { backendSessionId?: string; brand: string; cashierUrl?: string; coinValueInCents: number; country: string; currency: string; game: string; gameHistoryUrl: string; homeUrl?: string; integration: string; integrationData?: unknown; jurisdiction: null | string; lastRoundId?: string; playMode: FUN | REAL; sessionId: string; user: string }

Type declaration

  • optionalbackendSessionId?: string
  • brand: string
  • optionalcashierUrl?: string
  • coinValueInCents: number
  • country: string
  • currency: string
  • game: string
  • gameHistoryUrl: string
  • optionalhomeUrl?: string
  • integration: string
  • optionalintegrationData?: unknown
  • jurisdiction: null | string
  • optionallastRoundId?: string
  • playMode: FUN | REAL
  • sessionId: string
  • user: string

ui

ui: { autoplay: { enabled: boolean; lossLimit: AutoplayLimit; rounds: AutoplayLimit; simple: boolean; stopOnFeature: boolean; winLimit: AutoplayLimit }; cashier: CashierConfig; feature: { allowFullscreen: boolean; allowGamble: boolean; allowQuickStop: boolean; allowTelemetry: boolean; showCashier: boolean; showClock: boolean; showCloseGame: boolean; showCurrency: boolean; showFastPlay: boolean; showFeatureBuy: boolean; showFeatureIntro: boolean; showFeatureOutro: boolean; showFunModeBanner: boolean; showHistory: boolean; showLowWinCelebration: boolean; showMaximumWin: boolean; showNetPosition: boolean; showPaylineLines: boolean; showPaytable: boolean; showRoundId: boolean; showRtp: boolean; showRules: boolean; showSessionDuration: boolean; showUi: boolean }; incompleteGameResolution: { type: NONE | MANUAL } | { daysToAutoResolution: number; type: AUTOMATIC }; language: string; minimumSpinDuration: number; realityCheck: RealityCheckConfig; requestTimeoutMs: number; skipInsufficientFundsCheck: boolean; skipSplash: boolean }

Type declaration

  • autoplay: { enabled: boolean; lossLimit: AutoplayLimit; rounds: AutoplayLimit; simple: boolean; stopOnFeature: boolean; winLimit: AutoplayLimit }
  • cashier: CashierConfig
  • feature: { allowFullscreen: boolean; allowGamble: boolean; allowQuickStop: boolean; allowTelemetry: boolean; showCashier: boolean; showClock: boolean; showCloseGame: boolean; showCurrency: boolean; showFastPlay: boolean; showFeatureBuy: boolean; showFeatureIntro: boolean; showFeatureOutro: boolean; showFunModeBanner: boolean; showHistory: boolean; showLowWinCelebration: boolean; showMaximumWin: boolean; showNetPosition: boolean; showPaylineLines: boolean; showPaytable: boolean; showRoundId: boolean; showRtp: boolean; showRules: boolean; showSessionDuration: boolean; showUi: boolean }
    • allowFullscreen: boolean
    • allowGamble: boolean
    • allowQuickStop: boolean
    • allowTelemetry: boolean
    • showCashier: boolean
    • showClock: boolean
    • showCloseGame: boolean
    • showCurrency: boolean
    • showFastPlay: boolean
    • showFeatureBuy: boolean
    • showFeatureIntro: boolean
    • showFeatureOutro: boolean
    • showFunModeBanner: boolean
    • showHistory: boolean
    • showLowWinCelebration: boolean
    • showMaximumWin: boolean
    • showNetPosition: boolean
    • showPaylineLines: boolean
    • showPaytable: boolean
    • showRoundId: boolean
    • showRtp: boolean
    • showRules: boolean
    • showSessionDuration: boolean
    • showUi: boolean
  • incompleteGameResolution: { type: NONE | MANUAL } | { daysToAutoResolution: number; type: AUTOMATIC }
  • language: string
  • minimumSpinDuration: number
  • realityCheck: RealityCheckConfig
  • requestTimeoutMs: number
  • skipInsufficientFundsCheck: boolean
  • skipSplash: boolean
Page Options