Interface LiveScoutUserRequestManager
- All Superinterfaces:
- UserRequestManager
- All Known Implementing Classes:
- LiveScoutUserRequestManagerImpl
Represents a manager used to explicitly retrieve data from live-odds server.
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetMatchList(int hoursBack, int hoursForward, boolean includeAvailable, Collection<Integer> sportIds, Collection<Long> matchIds, UUID requestId) Get a list of matchesvoidMakes a server time request.Methods inherited from interface com.sportradar.livedata.sdk.feed.common.interfaces.UserRequestManagerbookMatches, getSubscribedEvents, getTestManager, subscribe, unsubscribe
- 
Method Details- 
getMatchListvoid getMatchList(int hoursBack, int hoursForward, boolean includeAvailable, Collection<Integer> sportIds, Collection<Long> matchIds, UUID requestId) Get a list of matches- Parameters:
- hoursBack- - number of hours back (from current time)
- hoursForward- - number of hours forward (from current time)
- includeAvailable- - include also available matches (which you have not booked yet)
- sportIds- - filter by sports ids, nullable
- matchIds- - filter by matches ids, nullable
- requestId- - UUID to track matchlist request
 
- 
requestServerTimevoid requestServerTime()Makes a server time request.
 
-