Package com.cheetahdigital.giftcards.ui.history
-
Interface Summary Interface Description GiftcardHistoryView View to be implemented forGiftcardHistoryActivity -
Class Summary Class Description GiftcardHistoryActivity<A extends GiftcardHistoryAdapter,V extends GiftcardHistoryView,P extends GiftcardHistoryPresenter<V>> This activity shows the history of gift card transactions Can receive the following intent extras:IntentKey.PRIMARY_ID- the id of theGiftcardIntentKey.PRIMARY_PARAMS-GiftcardParamsto useGiftcardHistoryAdapter The Adapter to be used forGiftcardHistoryActivityGiftcardHistoryPresenter<V extends GiftcardHistoryView> This presenter class contains the API calls for getting the gift card transactions using the Gift Card module.TransactionViewHolder The View Holder for the list ofTransaction.