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