Uses of Interface
com.sportradar.livedata.sdk.feed.common.interfaces.UserRequestManager
-
Packages that use UserRequestManager Package Description com.sportradar.livedata.sdk.feed.livescout.classes com.sportradar.livedata.sdk.feed.livescout.interfaces Contains Live Scout related interfaces -
-
Uses of UserRequestManager in com.sportradar.livedata.sdk.feed.livescout.classes
Classes in com.sportradar.livedata.sdk.feed.livescout.classes that implement UserRequestManager Modifier and Type Class Description class
LiveScoutFeedImpl
ALiveScoutFeed
implementation used to manage live-scout feed.class
LiveScoutUserRequestManagerImpl
AUserRequestManager
implementation associated with the live-scout feed. -
Uses of UserRequestManager in com.sportradar.livedata.sdk.feed.livescout.interfaces
Subinterfaces of UserRequestManager in com.sportradar.livedata.sdk.feed.livescout.interfaces Modifier and Type Interface Description interface
LiveScoutFeed
Represents an access-point for live-scout feed.interface
LiveScoutUserRequestManager
Represents a manager used to explicitly retrieve data from live-odds server.
-