Interface LiveScoutUserRequestManager
- All Superinterfaces:
 UserRequestManager
- All Known Implementing Classes:
 LiveScoutUserRequestManagerImpl
Represents a manager used to explicitly retrieve data from live-odds server.
- 
Method Summary
Modifier 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.UserRequestManager
bookMatches, getSubscribedEvents, getTestManager, subscribe, unsubscribe 
- 
Method Details
- 
getMatchList
void 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, nullablematchIds- - filter by matches ids, nullablerequestId- - UUID to track matchlist request
 - 
requestServerTime
void requestServerTime()Makes a server time request. 
 -