Uses of Interface
com.sportradar.livedata.sdk.feed.livescout.interfaces.LiveScoutUserRequestManager
-
Packages that use LiveScoutUserRequestManager Package Description com.sportradar.livedata.sdk.feed.livescout.classes -
-
Uses of LiveScoutUserRequestManager in com.sportradar.livedata.sdk.feed.livescout.classes
Classes in com.sportradar.livedata.sdk.feed.livescout.classes that implement LiveScoutUserRequestManager Modifier and Type Class Description class
LiveScoutUserRequestManagerImpl
AUserRequestManager
implementation associated with the live-scout feed.Constructors in com.sportradar.livedata.sdk.feed.livescout.classes with parameters of type LiveScoutUserRequestManager Constructor Description LiveScoutFeedImpl(ProtocolManager<OutgoingMessage,LiveScoutEntityBase> protocolManager, LiveScoutUserRequestManager userRequestManager, LiveScoutDispatcher dispatcher, LiveScoutSettings settings)
Initializes a new instance of theLiveScoutFeedImpl
class.
-