Interface KnownMessageCode
-
public interface KnownMessageCodeList of known message codes that are sent in a message from server.
Constants with "REQUEST" prefix are sent in every server push that updates the card database on the device, to convey the operation to the UI application.
Constants with "MSG" prefix are messages sent by server on some user's operations that won't get immediate feedback, such as NFC transaction or when the PIN has been changed from the issuer's portal.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMSG_PAYMENT_INVALID_CRYPTOGRAMstatic java.lang.StringMSG_PAYMENT_PIN_LOCKEDToo many attempts to pay with the wrong pin.static java.lang.StringMSG_PAYMENT_TRANSACTION_APPROVEDstatic java.lang.StringMSG_PAYMENT_WRONG_PINstatic java.lang.StringMSG_PIN_CHANGE_SUCCESSFULSent by the server when the PIN has been changed from another channel (not through the mobile application).static java.lang.StringREQUEST_DELETE_CARDstatic java.lang.StringREQUEST_INSTALL_CARDstatic java.lang.StringREQUEST_RENEW_CARDstatic java.lang.StringREQUEST_RENEW_ODA_CERTstatic java.lang.StringREQUEST_REPLENISH_KEYSstatic java.lang.StringREQUEST_RESUME_CARDstatic java.lang.StringREQUEST_SUSPEND_CARD
-
-
-
Field Detail
-
REQUEST_DELETE_CARD
static final java.lang.String REQUEST_DELETE_CARD
- See Also:
- Constant Field Values
-
REQUEST_SUSPEND_CARD
static final java.lang.String REQUEST_SUSPEND_CARD
- See Also:
- Constant Field Values
-
REQUEST_RESUME_CARD
static final java.lang.String REQUEST_RESUME_CARD
- See Also:
- Constant Field Values
-
REQUEST_REPLENISH_KEYS
static final java.lang.String REQUEST_REPLENISH_KEYS
- See Also:
- Constant Field Values
-
REQUEST_INSTALL_CARD
static final java.lang.String REQUEST_INSTALL_CARD
- See Also:
- Constant Field Values
-
REQUEST_RENEW_CARD
static final java.lang.String REQUEST_RENEW_CARD
- See Also:
- Constant Field Values
-
REQUEST_RENEW_ODA_CERT
static final java.lang.String REQUEST_RENEW_ODA_CERT
- See Also:
- Constant Field Values
-
MSG_PAYMENT_INVALID_CRYPTOGRAM
static final java.lang.String MSG_PAYMENT_INVALID_CRYPTOGRAM
- See Also:
- Constant Field Values
-
MSG_PAYMENT_TRANSACTION_APPROVED
static final java.lang.String MSG_PAYMENT_TRANSACTION_APPROVED
- See Also:
- Constant Field Values
-
MSG_PAYMENT_WRONG_PIN
static final java.lang.String MSG_PAYMENT_WRONG_PIN
- See Also:
- Constant Field Values
-
MSG_PAYMENT_PIN_LOCKED
static final java.lang.String MSG_PAYMENT_PIN_LOCKED
Too many attempts to pay with the wrong pin.- See Also:
- Constant Field Values
-
MSG_PIN_CHANGE_SUCCESSFUL
static final java.lang.String MSG_PIN_CHANGE_SUCCESSFUL
Sent by the server when the PIN has been changed from another channel (not through the mobile application).- See Also:
- Constant Field Values
-
-