Package com.creditcall.chipdnamobile
Class UserNotification
java.lang.Object
com.creditcall.chipdnamobile.UserNotification
The possible user notifications that can occur during a standalone (sale or
refund) transaction process.
- Author:
- Creditcall Ltd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UserNotificationIndicates there has been an issue with the ICC chip and the user should retry.static final UserNotificationIndicates that fallforward from Contactless to Insert has occurred.static final UserNotificationIndicates that fallforward from Contactless to Insert/Swipe has occurred.static final UserNotificationIndicates that fallback to Swipe has occurred.static final UserNotificationIndicates that fallforward from Contactless to Swipe has occurred.static final UserNotificationIndicates that only one card should be presented.static final UserNotificationIndicates referral to device.static final UserNotificationIndicates that the card should be tried again.static final UserNotificationIndicates that the card is invalid or not supported and should use different card. -
Method Summary
-
Field Details
-
ReferToDevice
Indicates referral to device. -
ChipReadErrorApplicationNotSupportedPleaseRetry
Indicates there has been an issue with the ICC chip and the user should retry. -
PresentOneCardOnly
Indicates that only one card should be presented. -
MSRFallback
Indicates that fallback to Swipe has occurred. -
MSRFallforward
Indicates that fallforward from Contactless to Swipe has occurred. -
ICCFallforward
Indicates that fallforward from Contactless to Insert has occurred. -
ICCMSRFallforward
Indicates that fallforward from Contactless to Insert/Swipe has occurred. -
TryCardAgain
Indicates that the card should be tried again. -
UseOtherCard
Indicates that the card is invalid or not supported and should use different card.
-
-
Method Details
-
getValue
Gets the User Notification string value.- Returns:
- The user notification value.
-