Uses of Interface
com.sportradar.livedata.sdk.feed.common.TestManager
-
Packages that use TestManager Package Description com.sportradar.livedata.sdk.di This package should only contain classes associated with IOC container used to build the dependency tree.com.sportradar.livedata.sdk.feed.common.interfaces Contains interfaces that are the same for multiple feedscom.sportradar.livedata.sdk.feed.livescout.classes com.sportradar.livedata.sdk.feed.livescout.interfaces Contains Live Scout related interfaces -
-
Uses of TestManager in com.sportradar.livedata.sdk.di
Methods in com.sportradar.livedata.sdk.di that return TestManager Modifier and Type Method Description protected TestManager
LiveScoutInjectionModule. provideTestManager(Protocol<IncomingMessage,OutgoingMessage> protocol)
Methods in com.sportradar.livedata.sdk.di with parameters of type TestManager Modifier and Type Method Description protected LiveScoutUserRequestManagerImpl
LiveScoutInjectionModule. provideUserRequestManager(LiveScoutStatusFactory factory, TestManager testManager, SdkLogger sdkLogger)
-
Uses of TestManager in com.sportradar.livedata.sdk.feed.common.interfaces
Methods in com.sportradar.livedata.sdk.feed.common.interfaces that return TestManager Modifier and Type Method Description TestManager
UserRequestManager. getTestManager()
When connected to the test server you can obtain a manager to manipulate it. -
Uses of TestManager in com.sportradar.livedata.sdk.feed.livescout.classes
Classes in com.sportradar.livedata.sdk.feed.livescout.classes that implement TestManager Modifier and Type Class Description class
LiveScoutTestManagerImpl
Represents a class used to drive the LiveScout test serverMethods in com.sportradar.livedata.sdk.feed.livescout.classes that return TestManager Modifier and Type Method Description TestManager
LiveScoutFeedImpl. getTestManager()
When connected to the test server you can obtain a manager to manipulate it.TestManager
LiveScoutUserRequestManagerImpl. getTestManager()
When connected to the test server you can obtain a manager to manipulate it.Constructors in com.sportradar.livedata.sdk.feed.livescout.classes with parameters of type TestManager Constructor Description LiveScoutUserRequestManagerImpl(int index, LiveScoutStatusFactory requestFactory, org.joda.time.Duration maxAge, TestManager testManager)
Initializes a new instance of theLiveScoutUserRequestManagerImpl
class. -
Uses of TestManager in com.sportradar.livedata.sdk.feed.livescout.interfaces
Subinterfaces of TestManager in com.sportradar.livedata.sdk.feed.livescout.interfaces Modifier and Type Interface Description interface
LiveScoutTestManager
Represents an interface used to drive the LiveScout test server
-