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.
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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringToo many attempts to pay with the wrong pin.static final Stringstatic final Stringstatic final StringSent by the server when the PIN has been changed from another channel (not through the mobile application).static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String
-
Field Details
-
REQUEST_DELETE_CARD
- See Also:
-
REQUEST_SUSPEND_CARD
- See Also:
-
REQUEST_RESUME_CARD
- See Also:
-
REQUEST_REPLENISH_KEYS
- See Also:
-
REQUEST_INSTALL_CARD
- See Also:
-
REQUEST_RENEW_CARD
- See Also:
-
REQUEST_RENEW_ODA_CERT
- See Also:
-
MSG_PAYMENT_INVALID_CRYPTOGRAM
- See Also:
-
MSG_PAYMENT_TRANSACTION_APPROVED
- See Also:
-
MSG_PAYMENT_WRONG_PIN
- See Also:
-
MSG_PAYMENT_PIN_LOCKED
Too many attempts to pay with the wrong pin.- See Also:
-
MSG_PIN_CHANGE_SUCCESSFUL
Sent by the server when the PIN has been changed from another channel (not through the mobile application).- See Also:
-