Interface FeedsListView

    • Method Detail

      • showFeedsList

        void showFeedsList​(java.util.List<Feed> feedList,
                           int totalEntries)
        Notifies the view to show the list of Feed. This also means that the GET feeds API was successful.
        Parameters:
        feedList - lif of Feed
        totalEntries - total number of feeds regardless of pagination
      • appendFeed

        void appendFeed​(java.util.List<Feed> feedList,
                        int totalEntries)
        Notifies the view to append list of Feed to the existing list of showFeedsList(List, int) This also means that the GET feeds API with pagination was successful.
        Parameters:
        feedList - lif of Feed
        totalEntries - total number of feeds regardless of pagination