Click or drag to resize

ISdkConfiguration Interface

SDK configuration.

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public interface ISdkConfiguration

The ISdkConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyBetPal SDK configuration element with BetPal feed provider settings.
Public propertyCommon SDK configuration element where common settings used throughout the SDK library are specified.
Public propertyDynamic SDK configuration element where settings for the server-side configuration service are specified (mostly access parameters).
Public propertyLcoo SDK configuration element with Live Cycle of Odds provider settings.
Public propertyLiveOdds SDK configuration element with LiveOdds feed provider settings.
Public propertyLiveOddsBetTypes SDK configuration element with LiveOdds BetType data feed provider settings.
Public propertyLiveOddsVbl SDK configuration element with LiveOdds VFL feed provider settings.
Public propertyLiveOddsVdr SDK configuration element with LiveOdds VFL feed provider settings.
Public propertyLiveOddsVfc SDK configuration element with LiveOdds VFC feed provider settings.
Public propertyLiveOddsVfl SDK configuration element with LiveOdds VFL feed provider settings.
Public propertyLiveOddsVhc SDK configuration element with LiveOdds VFL feed provider settings.
Public propertyLiveOddsVto SDK configuration element with LiveOdds VTO feed provider settings.
Public propertyLivePlex SDK configuration element with BetPal feed provider settings.
Public propertyLiveScout SDK configuration element with LiveScout feed provider settings.
Public propertyMessageDispatcher SDK configuration element where Message Dispatcher settings are specified.
Public propertyOddsCreator SDK configuration element with OddsCreator provider settings.
Public propertyPersistentState SDK configuration element with Persistent State provider settings (SqLite database settings).
Public propertySoccerRoulette SDK configuration element with BetPal feed provider settings.
Top
Events
 NameDescription
Public eventOnConfigurationReloaded Event fired every time that configuration is reloaded / refreshed and might have changed. This is a good time for components to update their cached configuration settings, if any.
Top
See Also