Package com.creditcall.chipdnamobile
Class FirmwareUpdates
java.lang.Object
com.creditcall.chipdnamobile.FirmwareUpdates
The possible updates that can occur during a firmware update process.
- Author:
- Creditcall Ltd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates the firmware has started being applied to the device.static final StringIndicates the firmware update process is complete.static final StringIndicates the firmware has started being downloaded to the device.static final StringIndicates the firmware update process has started. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FirmwareUpdateStarting
Indicates the firmware update process has started.- See Also:
-
FirmwareUpdateDownloadingFirmwareToDevice
Indicates the firmware has started being downloaded to the device.- See Also:
-
FirmwareUpdateApplyingFirmwareToDevice
Indicates the firmware has started being applied to the device.- See Also:
-
FirmwareUpdateComplete
Indicates the firmware update process is complete.- See Also:
-
-
Constructor Details
-
FirmwareUpdates
public FirmwareUpdates()
-