Package com.cheetahdigital.giftcards.ui.details
-
Interface Summary Interface Description GiftcardDetailsView View to be implemented forGiftcardDetailsActivity
-
Class Summary Class Description GiftcardDetailsActivity<V extends GiftcardDetailsView,P extends GiftcardDetailsPresenter<V>> This activity contains the details of the Gift card Can receive the following intent extras:IntentKey.PRIMARY_ID
- the id of theGiftcard
to display IntentKeyIntentKey.PRIMARY_PARAMS
- theGiftcardParams
to useGiftcardDetailsPresenter<V extends GiftcardDetailsView> This presenter class contains API calls for showing giftcard details.