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
O
- onActivityResult(int, int, Intent) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManageActivity
- onActivityResult(int, int, Intent) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
- onAddGiftcard(String, String) - Method in interface com.cheetahdigital.giftcards.ui.dialogs.OnAddGiftcardListener
-
Handles adding of gift card
- onAddGiftcard(String, String) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManageActivity
- onAddGiftcard(String, String) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
- onAddGiftcardClicked(View) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManageActivity
- OnAddGiftcardListener - Interface in com.cheetahdigital.giftcards.ui.dialogs
-
Interface to be implemented in order to handle adding of gift card
- onAddGiftcardTriggered() - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
-
Method to launch
AddGiftcardDialogFragment
- onAutoReloadClicked(String) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManageActivity
-
Launches the Auto Reload activity.
- onAutoReloadSwitchClicked(View) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadActivity
-
Called when the view (R.id.auto_reload_switch) is clicked
- onAutoReloadSwitchedCheckedChanged(CompoundButton, boolean) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadActivity
-
Called when the check state of the view (R.id.auto_reload_switch) is changed
- onBackPressed() - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadActivity
- onClientTokenDownloadSuccess(ClientToken) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Called when
GiftcardsAPI.getGiftcardsClientToken(GiftcardParams, boolean, ListenerModel)
was successful. - onClientTokenReceivedFailure(String) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadPresenter
-
Called when
GiftcardsAPI.getGiftcardsClientToken(GiftcardParams, boolean, ListenerModel)
failed - onClientTokenReceivedSuccess(ClientToken) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadPresenter
-
Called when
GiftcardsAPI.getGiftcardsClientToken(GiftcardParams, boolean, ListenerModel)
was successful - onCreate(Bundle) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.giftcards.ui.details.GiftcardDetailsActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.giftcards.ui.history.GiftcardHistoryActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.giftcards.ui.list.GiftcardsListActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManageActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerActivity
- onCreateDialog(Bundle) - Method in class com.cheetahdigital.giftcards.ui.dialogs.AddGiftcardDialogFragment
- onCreateOptionsMenu(Menu) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadActivity
- onCreateOptionsMenu(Menu, MenuInflater) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cheetahdigital.giftcards.ui.list.GiftcardsListFragment
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardFragment
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
- onDoneButtonClick(View) - Method in class com.cheetahdigital.giftcards.ui.details.GiftcardDetailsActivity
-
Called when the view (R.id.done_button) was clicked.
- onGiftCardClick(String) - Method in interface com.cheetahdigital.giftcards.ui.list.OnListItemClickListener
-
Handles clicking of a gift card
- OnGiftcardClickListener - Interface in com.cheetahdigital.giftcards.ui.viewpager
-
Interface to be implemented in order to handle the on click on the views of Giftcard
- onGiftcardLinkFailed(String) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManagePresenter
-
Called after receiving a failed response for
GiftcardsAPI.linkGiftcard(GiftcardParams, GiftcardFields, ListenerModel)
- onGiftcardLinkSuccess(Giftcard) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManagePresenter
-
Called after receiving a success response for
GiftcardsAPI.linkGiftcard(GiftcardParams, GiftcardFields, ListenerModel)
- onGiftcardReceivedFailure(String) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadPresenter
-
Called when
GiftcardsAPI.getGiftcard(GiftcardParams, boolean, ListenerModel)
failed - onGiftcardReceivedSuccess(Giftcard) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadPresenter
-
Called when
GiftcardsAPI.getGiftcard(GiftcardParams, boolean, ListenerModel)
was successful - onGiftcardsDownloadSuccess(Giftcards) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Called when
GiftcardsAPI.getGiftcards(GiftcardParams, boolean, ListenerModel)
was successful. - onGiftcardsResponse(Call<BaseModel<Giftcards>>, Response<BaseModel<Giftcards>>) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Invoked for a received HTTP response.
- onGiftcardUnLinkFailed(String) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManagePresenter
-
Called after receiving a failed response for
GiftcardsAPI.unlinkGiftcard(GiftcardParams, ListenerModel)
- onGiftcardUnLinkSuccess(Giftcard) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManagePresenter
-
Called after receiving a success response for
GiftcardsAPI.unlinkGiftcard(GiftcardParams, ListenerModel)
- onHistoryClicked(View) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManageActivity
- onLinkGiftcardFailure(String) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Called when
GiftcardsAPI.linkGiftcard(GiftcardParams, GiftcardFields, ListenerModel)
failed. - onLinkGiftcardSuccess(Giftcard) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Called when
GiftcardsAPI.linkGiftcard(GiftcardParams, GiftcardFields, ListenerModel)
was successful. - OnListItemClickListener - Interface in com.cheetahdigital.giftcards.ui.list
-
Listener for clicking an item in the list
- onLoadMoreSuccess(BaseData) - Method in class com.cheetahdigital.giftcards.ui.history.GiftcardHistoryPresenter
- onLoadMoreSuccess(BaseData) - Method in class com.cheetahdigital.giftcards.ui.list.GiftcardsListPresenter
- onManageButtonClicked(String) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
- onManageButtonClicked(String) - Method in interface com.cheetahdigital.giftcards.ui.viewpager.OnGiftcardClickListener
-
Handle managing of giftcard
- onOptionsItemSelected(MenuItem) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadActivity
- onOptionsItemSelected(MenuItem) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
- onPayButtonClicked(String) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
- onPayButtonClicked(String) - Method in interface com.cheetahdigital.giftcards.ui.viewpager.OnGiftcardClickListener
-
Handle the method of paying
- onPaymentMethodClicked(View, String) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadActivity
-
Handles clicking of payment view (R.id.payment_method_edit_text)
- onPaymentNonceReceived(String, String, String) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadActivity
-
Handles receiving of nonce
- onPurchaseClicked(View) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManageActivity
- onPurchaseFailed(String) - Method in class com.cheetahdigital.giftcards.ui.list.GiftcardsListPresenter
-
Callback method when puchase failed
- onPurchaseGiftcard(String, float) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
-
Abstract method to launch Braintree Drop-in UI to Purchase a Gift Card.
- onPurchaseGiftcardFailure(String) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Called when
GiftcardsAPI.purchaseGiftcard(GiftcardParams, GiftcardFields, ListenerModel)
failed. - onPurchaseGiftcardSuccess(PurchaseResponse) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Called when
GiftcardsAPI.purchaseGiftcard(GiftcardParams, GiftcardFields, ListenerModel)
was successful. - onPurchaseGiftcardTriggered() - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
-
Displays an Amount Dialog w/c allows custom values (from user-input) and pre-defined values from
GiftcardsPagerFragment.mFixedReloadAmounts
. - onPurchaseReceived(PurchaseResponse) - Method in class com.cheetahdigital.giftcards.ui.list.GiftcardsListPresenter
-
Callback method when purchase is successful
- onRefreshSuccess(BaseData) - Method in class com.cheetahdigital.giftcards.ui.history.GiftcardHistoryPresenter
- onRefreshSuccess(BaseData) - Method in class com.cheetahdigital.giftcards.ui.list.GiftcardsListPresenter
- onRefreshSuccess(BaseData) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
- onReloadButtonClicked(String) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
- onReloadButtonClicked(String) - Method in interface com.cheetahdigital.giftcards.ui.viewpager.OnGiftcardClickListener
-
Handle reloading of giftcard
- onReloadGiftcard(String, String, float) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
-
Abstract method to launch Braintree Drop-in UI to Reload a Gift Card.
- onReloadGiftcardFailure(String) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Called when
GiftcardsAPI.reloadGiftcard(GiftcardParams, GiftcardFields, ListenerModel)
failed. - onReloadGiftcardSuccess(GiftcardReload) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerPresenter
-
Called when
GiftcardsAPI.reloadGiftcard(GiftcardParams, GiftcardFields, ListenerModel)
was successful. - onRemoveClicked(View) - Method in class com.cheetahdigital.giftcards.ui.manage.GiftcardManageActivity
- onResume() - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardsPagerFragment
- onShowDialog(DialogInterface) - Method in class com.cheetahdigital.giftcards.ui.dialogs.AddGiftcardDialogFragment
-
Called when the dialog is shown.
- onUpdateAutoReloadFailure(String) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadPresenter
-
Called when
GiftcardsAPI.updateGiftcard(GiftcardParams, GiftcardFields, ListenerModel)
failed - onUpdateAutoReloadSuccess(Giftcard) - Method in class com.cheetahdigital.giftcards.ui.auto_reload.GiftcardAutoReloadPresenter
-
Called when
GiftcardsAPI.updateGiftcard(GiftcardParams, GiftcardFields, ListenerModel)
was successful - onViewCreated(View, Bundle) - Method in class com.cheetahdigital.giftcards.ui.viewpager.GiftcardFragment
All Classes All Packages