Uses of Class
com.sportradar.livedata.sdk.feed.livescout.classes.LiveScoutUserRequestManagerImpl
-
Packages that use LiveScoutUserRequestManagerImpl Package Description com.sportradar.livedata.sdk.di This package should only contain classes associated with IOC container used to build the dependency tree. -
-
Uses of LiveScoutUserRequestManagerImpl in com.sportradar.livedata.sdk.di
Methods in com.sportradar.livedata.sdk.di that return LiveScoutUserRequestManagerImpl Modifier and Type Method Description protected LiveScoutUserRequestManagerImpl
LiveScoutInjectionModule. provideUserRequestManager(LiveScoutStatusFactory factory, TestManager testManager, SdkLogger sdkLogger)
Methods in com.sportradar.livedata.sdk.di with parameters of type LiveScoutUserRequestManagerImpl Modifier and Type Method Description protected ProtocolManager<OutgoingMessage,LiveScoutEntityBase>
LiveScoutInjectionModule. provideProtocolManager(Protocol<IncomingMessage,OutgoingMessage> protocol, EntityMapper<IncomingMessage,LiveScoutEntityBase> entityMapper, LiveScoutUserRequestManagerImpl userRequestManager, LiveScoutClientAliveProducer aliveProducer, SdkLogger sdkLogger)
-