Package com.creditcall.chipdnamobile
Class UserNotification
- java.lang.Object
-
- com.creditcall.chipdnamobile.UserNotification
-
public final class UserNotification extends java.lang.ObjectThe possible user notifications that can occur during a standalone (sale or refund) transaction process.- Author:
- Creditcall Ltd
-
-
Field Summary
Fields Modifier and Type Field Description static UserNotificationChipReadErrorApplicationNotSupportedPleaseRetryIndicates there has been an issue with the ICC chip and the user should retry.static UserNotificationICCFallforwardIndicates that fallforward from Contactless to Insert has occurred.static UserNotificationICCMSRFallforwardIndicates that fallforward from Contactless to Insert/Swipe has occurred.static UserNotificationMSRFallbackIndicates that fallback to Swipe has occurred.static UserNotificationMSRFallforwardIndicates that fallforward from Contactless to Swipe has occurred.static UserNotificationPresentOneCardOnlyIndicates that only one card should be presented.static UserNotificationReferToDeviceIndicates referral to device.static UserNotificationTryCardAgainIndicates that the card should be tried again.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()Gets the User Notification string value.
-
-
-
Field Detail
-
ReferToDevice
public static final UserNotification ReferToDevice
Indicates referral to device.
-
ChipReadErrorApplicationNotSupportedPleaseRetry
public static final UserNotification ChipReadErrorApplicationNotSupportedPleaseRetry
Indicates there has been an issue with the ICC chip and the user should retry.
-
PresentOneCardOnly
public static final UserNotification PresentOneCardOnly
Indicates that only one card should be presented.
-
MSRFallback
public static final UserNotification MSRFallback
Indicates that fallback to Swipe has occurred.
-
MSRFallforward
public static final UserNotification MSRFallforward
Indicates that fallforward from Contactless to Swipe has occurred.
-
ICCFallforward
public static final UserNotification ICCFallforward
Indicates that fallforward from Contactless to Insert has occurred.
-
ICCMSRFallforward
public static final UserNotification ICCMSRFallforward
Indicates that fallforward from Contactless to Insert/Swipe has occurred.
-
TryCardAgain
public static final UserNotification TryCardAgain
Indicates that the card should be tried again.
-
-