SC_ScoresController_HasPreviousRange()
Checks whether there is a previous range (page) of scores.
Synopsis:
#include <scoreloop/sc_scores_controller.h>
SC_Bool_t SC_ScoresController_HasPreviousRange(SC_ScoresController_h self)
Arguments:
- self
-
An opaque handle for the current controller instance.
Library:
libscoreloopcoreDescription:
This method checks if a "previous range" of scores is available from the server. This method is used to check whether backward pagination through a list of scores is possible.
Returns:
SC_Bool_t A boolean value indicating if backward pagination is possible.