A B C D E F G H I L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
P
- processSuccessfulPurchaseResponse(PurchaseResponse) - Method in class com.cheetahdigital.giftcards.ui.list.GiftcardsListFragment
- processSuccessfulPurchaseResponse(PurchaseResponse) - Method in interface com.cheetahdigital.giftcards.ui.list.GiftcardsListView
-
This notifies the view that gift card purchase API has responded
- PURCHASE_TRIGGERED - Static variable in class com.cheetahdigital.giftcards.ui.GiftcardsUiConstants
-
Result code which notifies the calling class that a gift card was purchased.
- purchaseAction() - Method in class com.cheetahdigital.giftcards.ui.list.GiftcardsListFragment
-
Override this method to change the purchase implementation for Giftcard
- purchaseFailed(String) - Method in class com.cheetahdigital.giftcards.ui.list.GiftcardsListFragment
- purchaseFailed(String) - Method in interface com.cheetahdigital.giftcards.ui.list.GiftcardsListView
-
This notifies the view that gift card purchase API has failed
- purchaseGiftcard(GiftcardParams, GiftcardFields) - Method in class com.cheetahdigital.giftcards.ui.list.GiftcardsListPresenter
-
Call to purchase a gift card
- purchaseGiftcard(GiftcardParams, GiftcardFields, ListenerModel<BaseModel<PurchaseResponse>, PurchaseResponse>) - Method in class com.cheetahdigital.giftcards.core.api.GiftcardsAPI
-
Purchase a digital gift card Remember to set the following: amount using
GiftcardFields.setAmount(Float)
payment method nonce usingGiftcardFields.setPaymentMethodNonce(String)
- purchaseGiftcard(Float, String) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Purchase a digital gift card.
- purchaseGiftcard(Float, String, GiftcardFields, GiftcardParams) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Purchase a digital gift card.
- PurchaseResponse - Class in com.cheetahdigital.giftcards.core.model
-
Cheetah Loyalty Response after Purchasing a Gift Card When user purchased a giftcard for the first time, the hosted page url will be returned, otherwise, the purchased giftcard will be returned.
- PurchaseResponse() - Constructor for class com.cheetahdigital.giftcards.core.model.PurchaseResponse
All Classes All Packages