Interface KnownMessageCode
-
public interface KnownMessageCode
List 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.String
MSG_PAYMENT_INVALID_CRYPTOGRAM
static java.lang.String
MSG_PAYMENT_PIN_LOCKED
Too many attempts to pay with the wrong pin.static java.lang.String
MSG_PAYMENT_TRANSACTION_APPROVED
static java.lang.String
MSG_PAYMENT_WRONG_PIN
static 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).static java.lang.String
REQUEST_DELETE_CARD
static java.lang.String
REQUEST_INSTALL_CARD
static java.lang.String
REQUEST_RENEW_CARD
static java.lang.String
REQUEST_RENEW_ODA_CERT
static java.lang.String
REQUEST_REPLENISH_KEYS
static java.lang.String
REQUEST_RESUME_CARD
static java.lang.String
REQUEST_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
-
-