Interface LeaderboardsListView

    • Method Detail

      • showBoardsList

        void showBoardsList​(java.util.List<Board> boards,
                            int totalEntries)
        Notifies the View when the leaderboard data was received successfully
        Parameters:
        boards - list of Board data
        totalEntries - number of entries
      • appendBoardsList

        void appendBoardsList​(java.util.List<Board> boards,
                              int totalEntries)
        The view get notified in this method when the call to the Leaderboards list API (with pagination) gets a successful response
        Parameters:
        boards - list of Board data
        totalEntries - number of entries