Class UofSdkExt
java.lang.Object
com.sportradar.unifiedodds.sdk.UofSdk
com.sportradar.unifiedodds.sdk.extended.UofSdkExt
- All Implemented Interfaces:
AutoCloseable
The main SDK object, this is the starting point of the UF SDK. (the extended version)
-
Field Summary
Fields inherited from class com.sportradar.unifiedodds.sdk.UofSdk
injector, oddsFeedConfiguration, uofConfiguration -
Constructor Summary
ConstructorsConstructorDescriptionUofSdkExt(UofGlobalEventsListener globalEventsListener, UofConfiguration config, UofExtListener uofExtListener) The most basic feed constructor -
Method Summary
Methods inherited from class com.sportradar.unifiedodds.sdk.UofSdk
close, createSdkInjector, getAvailableLanguages, getBookingManager, getBookmakerDetails, getCashOutProbabilitiesManager, getCustomBetManager, getEventChangeManager, getEventRecoveryRequestIssuer, getMarketDescriptionManager, getProducerManager, getReplayManager, getSessionBuilder, getSportDataProvider, getUofConfigurationBuilder, getUofConfigurationBuilder, initOddsFeedInstance, isOpen, open
-
Constructor Details
-
UofSdkExt
public UofSdkExt(UofGlobalEventsListener globalEventsListener, UofConfiguration config, UofExtListener uofExtListener) The most basic feed constructor- Parameters:
globalEventsListener-UofGlobalEventsListenerthat handles global feed eventsconfig-UofConfigurationImpl, the configuration class used to configure the new feed, the configuration can be obtained usingUofSdk.getUofConfigurationBuilder()uofExtListener-UofExtListenerused to receive raw feed and api data
-