Interface LiveScoutUserRequestManager
-
- All Superinterfaces:
UserRequestManager
- All Known Implementing Classes:
LiveScoutUserRequestManagerImpl
public interface LiveScoutUserRequestManager extends UserRequestManager
Represents a manager used to explicitly retrieve data from live-odds server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getMatchList(int hoursBack, int hoursForward, boolean includeAvailable, Collection<Long> sportIds, Collection<Long> matchIds)
Get a list of matchesvoid
requestServerTime()
Makes a server time request.-
Methods inherited from interface com.sportradar.livedata.sdk.feed.common.interfaces.UserRequestManager
bookMatches, getSubscribedEvents, getTestManager, subscribe, unsubscribe
-
-
-
-
Method Detail
-
getMatchList
void getMatchList(int hoursBack, int hoursForward, boolean includeAvailable, Collection<Long> sportIds, Collection<Long> matchIds)
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, nullable
-
requestServerTime
void requestServerTime()
Makes a server time request.
-
-