All Classes Interface Summary Class Summary Enum Summary 
| Class | 
Description | 
| AddGiftcardDialogFragment | 
 Displays a dialog which allows adding of Gift card using the card number and pin. 
 | 
| CardClass | 
 Cheetah Loyalty CardClass Data Model 
 | 
| CardClassCategory | 
 Gift Card Class category model 
 | 
| CardClasses | 
 Cheetah Loyalty Card Classes list Data Model. 
 | 
| ClientToken | 
 Cheetah Loyalty Client Token Data Model 
 | 
| Giftcard | 
 Cheetah Loyalty Giftcard Data Model 
 | 
| GiftcardAutoReloadActivity<V extends GiftcardAutoReloadView,P extends GiftcardAutoReloadPresenter<V>> | 
 Abstract Activity class which configures the details of Auto Reload. 
 | 
| GiftcardAutoReloadPresenter<T extends GiftcardAutoReloadView> | 
 This presenter class contains API calls to auto-reload a gift card. 
 | 
| GiftcardAutoReloadView | 
 | 
| 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 the  Giftcard to display IntentKey
  IntentKey.PRIMARY_PARAMS - the  GiftcardParams to use
   
 | 
| GiftcardDetailsPresenter<V extends GiftcardDetailsView> | 
 This presenter class contains API calls for showing giftcard details. 
 | 
| GiftcardDetailsView | 
 | 
| GiftcardFields | 
 Class for setting the field parameters of Giftcards API. 
 | 
| GiftcardFields.Builder | 
 | 
| GiftcardFragment | 
 This fragment shows the details of the Gift Card. 
 | 
| 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 the  Giftcard
 IntentKey.PRIMARY_PARAMS -  GiftcardParams to use
   
 | 
| GiftcardHistoryAdapter | 
 | 
| GiftcardHistoryPresenter<V extends GiftcardHistoryView> | 
 This presenter class contains the API calls for getting the gift card
 transactions using the Gift Card module. 
 | 
| GiftcardHistoryView | 
 | 
| GiftcardManageActivity<V extends GiftcardManageView,P extends GiftcardManagePresenter<V>> | 
 Abstract Activity class which contains 4 views for managing a gift card:
 Adding a gift card, auto-reload, purchasing a gift card,
 removing a gift card and viewing the transaction history. 
 | 
| GiftcardManagePresenter<V extends GiftcardManageView> | 
 This presenter class contains API calls for managing the Gift Card. 
 | 
| GiftcardManageView | 
 | 
| GiftcardPagerAdapter | 
The adapter to be used for the list of  Giftcard 
 | 
| GiftcardParams | 
 Class for setting the query parameters of Giftcard API. 
 | 
| GiftcardParams.Builder | 
 | 
| GiftcardReload | 
 Cheetah Loyalty Giftcard Reload Data Model 
 | 
| GiftcardReloadAmountEditText | 
 GiftcardReloadAmountEditText displays a dialog with an array of amount which the user can choose from. 
 | 
| Giftcards | 
 Cheetah Loyalty Giftcards list Data Model 
 | 
| GiftcardsAdapter | 
 | 
| GiftcardsAPI | 
 Class for setting the query parameters of Giftcards API. 
 | 
| GiftcardsListActivity | 
The Activity class for showing the list of  Giftcard
 Can receive the following intent extras:  
 | 
| GiftcardsListFragment<A extends GiftcardsAdapter,V extends GiftcardsListView,P extends GiftcardsListPresenter<V>> | 
The fragment class for showing the list of  Giftcard.  
 | 
| GiftcardsListPresenter<T extends GiftcardsListView> | 
 This presenter class contains the API call for getting the list of Giftcards. 
 | 
| GiftcardsListView | 
 | 
| GiftcardsPagerActivity | 
 | 
| GiftcardsPagerFragment<V extends GiftcardsPagerView,P extends GiftcardsPagerPresenter<V>> | 
Abstract  Fragment which shows a list of  Giftcard.  
 | 
| GiftcardsPagerPresenter<V extends GiftcardsPagerView> | 
This presenter class contains all the API calls for the managing the list  Giftcard.  
 | 
| GiftcardsPagerView | 
 | 
| GiftcardsUiConstants | 
 Giftcard UI Constants. 
 | 
| GiftcardsViewHolder | 
The View Holder for the list of  Giftcard
 Contains all the views to be displayed on each list item  
 | 
| GiftcardThresholdAmountEditText | 
 GiftcardThresholdAmountEditText displays a dialog with an array of amount 
 | 
| OnAddGiftcardListener | 
 Interface to be implemented in order
 to handle adding of gift card 
 | 
| OnGiftcardClickListener | 
 Interface to be implemented in order
 to handle the on click on the views of
 Giftcard 
 | 
| OnListItemClickListener | 
 Listener for clicking an item in the list 
 | 
| PurchaseResponse | 
 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. 
 | 
| ReloadTransaction | 
 Cheetah Loyalty Reload Transaction Data Model 
 | 
| RespondableInfo | 
 Cheetah Loyalty Respondable Info Data Model 
 | 
| Transaction | 
 Cheetah Loyalty Transaction Data Model 
 | 
| Transactions | 
 Cheetah Loyalty Transactions list Data Model 
 | 
| TransactionType | 
 Cheetah Loyalty Giftcard Transaction Type 
 | 
| TransactionViewHolder | 
 |