Uses of Class
com.sportradar.unifiedodds.sdk.internal.di.CustomisableSdkModule
Packages that use CustomisableSdkModule
Package
Description
-
Uses of CustomisableSdkModule in com.sportradar.unifiedodds.sdk
Methods in com.sportradar.unifiedodds.sdk with parameters of type CustomisableSdkModuleModifier and TypeMethodDescriptionprotected com.google.inject.InjectorUofSdk.createSdkInjector(UofGlobalEventsListener listener, CustomisableSdkModule customisableSdkModule) Constructors in com.sportradar.unifiedodds.sdk with parameters of type CustomisableSdkModuleModifierConstructorDescriptionprotectedUofSdk(UofGlobalEventsListener listener, UofConfiguration config, boolean useReplay, CustomisableSdkModule customisableSdkModule, UofExtListener uofExtListener) The following constructor is used to crate the UofSdk instance with a custom injection moduleUofSdkForReplay(UofGlobalEventsListener listener, UofConfiguration config, CustomisableSdkModule customisableSdkModule) Initializes a newUofSdkForReplayinstance. -
Uses of CustomisableSdkModule in com.sportradar.unifiedodds.sdk.internal.di
Constructors in com.sportradar.unifiedodds.sdk.internal.di with parameters of type CustomisableSdkModuleModifierConstructorDescriptionMasterInjectionModule(UofGlobalEventsListener sdkListener, SdkInternalConfiguration sdkInternalConfiguration, UofConfiguration uofConfiguration, CustomisableSdkModule customisableSdkModule) -
Uses of CustomisableSdkModule in com.sportradar.unifiedodds.sdk.internal.impl
Constructors in com.sportradar.unifiedodds.sdk.internal.impl with parameters of type CustomisableSdkModuleModifierConstructorDescriptionCustomisableUofSdk(UofGlobalEventsListener listener, UofConfiguration config, CustomisableSdkModule customisableSdkModule) The following constructor is used to crate the UofSdk instance with a custom injection moduleCustomisableUofSdk(UofGlobalEventsListener listener, UofConfiguration config, CustomisableSdkModule customisableSdkModule, UofExtListener uofExtListener) The following constructor is used to crate the UofSdk instance with a custom injection module