Interface LiveScoutUserRequestManager

    • 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, nullable
        matchIds - - filter by matches ids, nullable
      • requestServerTime

        void requestServerTime()
        Makes a server time request.