Interface IConnectAndConfigureFinishedListener
ChipDnaMobile.connectAndConfigure(Parameters).- Author:
- Creditcall Ltd
-
Method Summary
Modifier and TypeMethodDescriptionvoidonConnectAndConfigureFinished(Parameters parameters) Invoked after connect and configure processing is finished.
-
Method Details
-
onConnectAndConfigureFinished
Invoked after connect and configure processing is finished.- Parameters:
parameters-Parameterscollection which can contain:ParameterKeys.Resultdefining whether ChipDna Mobile successfully connected to and configured the PIN pad be retrieved. Value can be eitherParameterValues.TRUEorParameterValues.FALSE. When the value isParameterValues.TRUEthen the PIN pad is ready to process transactions.ParameterKeys.Errorscontains any errors encountered.ParameterKeys.FirmwareUpdateAvailabledefining if a firmware or application update is available using the valuesParameterValues.TRUEandParameterValues.FALSE. On SmartPOS devices this also reflects application update availability.ParameterKeys.FirmwareUpdateStatusreturned with a serializedFirmwareUpdateStatusobject containing the mandatory update deadline.FirmwareUpdateStatuscan be deserialized usingChipDnaMobileSerializer.deserializeFirmwareUpdateStatus(java.lang.String). On SmartPOS devicesfilesRequiringUpdatewill be empty for application updates. This parameter may not be present when no mandatory deadline is set.
-