Interface BadgesListView

    • Method Detail

      • showBadges

        void showBadges​(java.util.List<Badge> badges,
                        int totalEntries)
        Notifies the view to show the Badge.
        Parameters:
        badges - the list of Badge
        totalEntries - the total number of badges
      • appendBadges

        void appendBadges​(java.util.List<Badge> badges,
                          int totalEntries)
        Notifies the view to append Badge to
        Parameters:
        badges - the list of Badge
        totalEntries - the total number of badges
      • showError

        void showError​(java.lang.String error)
        Call to API failed. Manage the error.
        Parameters:
        error - error message from the API.