Package com.cheetahdigital.giftcards.ui
Class GiftcardsUiConstants
- java.lang.Object
-
- com.cheetahdigital.giftcards.ui.GiftcardsUiConstants
-
public final class GiftcardsUiConstants extends java.lang.Object
Giftcard UI Constants. Contains constants shared by giftcard UI classes.
-
-
Field Summary
Fields Modifier and Type Field Description static int
PURCHASE_TRIGGERED
Result code which notifies the calling class that a gift card was purchased.static int
REFRESH_NEEDED
Result code which notifies the calling class that a refresh is needed because there were changes with the gift card.
-
Constructor Summary
Constructors Constructor Description GiftcardsUiConstants()
-
-
-
Field Detail
-
REFRESH_NEEDED
public static int REFRESH_NEEDED
Result code which notifies the calling class that a refresh is needed because there were changes with the gift card. SeeGiftcardManageActivity.finish()
andGiftcardsPagerFragment.onActivityResult(int, int, Intent)
-
PURCHASE_TRIGGERED
public static int PURCHASE_TRIGGERED
Result code which notifies the calling class that a gift card was purchased. SeeGiftcardManageActivity.finish()
andGiftcardsPagerFragment.onActivityResult(int, int, Intent)
-
-