Interface RedemptionsListView

    • Method Detail

      • showRedemptionsList

        void showRedemptionsList​(java.util.List<Redemption> redemptions,
                                 int totalEntries)
        Notifies the view to show the Redemption list. This also means that the GET Redemption API was successful
        Parameters:
        redemptions - the list of Redemption
        totalEntries - the total number of offers
      • appendRedemptionsList

        void appendRedemptionsList​(java.util.List<Redemption> redemptions,
                                   int totalEntries)
        Notifies the view to append the existing Redemption list. This also means that the GET offers API with pagination was successful
        Parameters:
        redemptions - the list of Redemption
        totalEntries - the total number of offers