Table of Contents

Class SdkLiveConfiguration

Namespace
Sportradar.LiveData.Sdk.Services.SdkConfiguration
Assembly
Sportradar.LiveData.Sdk.dll
public class SdkLiveConfiguration : ISdkConfiguration
Inheritance
SdkLiveConfiguration
Implements
Inherited Members

Constructors

SdkLiveConfiguration(Func<SdkConfigurationSection>)

public SdkLiveConfiguration(Func<SdkConfigurationSection> get_sdk_config)

Parameters

get_sdk_config Func<SdkConfigurationSection>

Events

OnConfigurationReloaded

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.

public event SdkConfigurationDelegates.ConfigReloadedDelegate OnConfigurationReloaded

Event Type

SdkConfigurationDelegates.ConfigReloadedDelegate