Class AwardsListPresenter<T extends AwardsListView>

  • Type Parameters:
    T - instance of AwardsListView
    All Implemented Interfaces:
    MvpPresenter<T>

    public class AwardsListPresenter<T extends AwardsListView>
    extends EndlessListPresenter<T>
    This class handles all the needed data processing for the Awards List. It communicates to the Cheetah Loyalty API using the RewardsAPI. This communicates back the the API return to the view, AwardsListView using a default listener Set Parameters: Additional parameters for the API call must also be set in order to get the correct data set for the app needs. Set the additional parameters by creating your own RewardParams and pass it via constructor