Uses of Class
com.sportradar.livedata.sdk.feed.common.TestDelayWithSpeed
-
Packages that use TestDelayWithSpeed Package Description com.sportradar.livedata.sdk.feed.common Contains files common to all feedscom.sportradar.livedata.sdk.feed.livescout.classes com.sportradar.livedata.sdk.feed.livescout.interfaces Contains Live Scout related interfaces -
-
Uses of TestDelayWithSpeed in com.sportradar.livedata.sdk.feed.common
Methods in com.sportradar.livedata.sdk.feed.common that return TestDelayWithSpeed Modifier and Type Method Description static TestDelayWithSpeed
TestDelayWithSpeed. fromMsgNrWithSpeed(int msgNr, org.joda.time.Duration speed)
Constructs test delay instance -
Uses of TestDelayWithSpeed in com.sportradar.livedata.sdk.feed.livescout.classes
Methods in com.sportradar.livedata.sdk.feed.livescout.classes with parameters of type TestDelayWithSpeed Modifier and Type Method Description void
LiveScoutTestManagerImpl. subscribe(EventIdentifier id, TestDelayWithSpeed delay)
Subscribe to an event -
Uses of TestDelayWithSpeed in com.sportradar.livedata.sdk.feed.livescout.interfaces
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type TestDelayWithSpeed Modifier and Type Method Description void
LiveScoutTestManager. subscribe(EventIdentifier id, TestDelayWithSpeed delay)
Subscribe to an event
-