Class FirmwareUpdates

java.lang.Object
com.creditcall.chipdnamobile.FirmwareUpdates

public class FirmwareUpdates extends Object
The possible updates that can occur during a firmware update process.
Author:
Creditcall Ltd
  • Field Details

    • FirmwareUpdateStarting

      public static final String FirmwareUpdateStarting
      Indicates the firmware update process has started.
      See Also:
    • FirmwareUpdateDownloadingFirmwareToDevice

      public static final String FirmwareUpdateDownloadingFirmwareToDevice
      Indicates the firmware has started being downloaded to the device.
      See Also:
    • FirmwareUpdateApplyingFirmwareToDevice

      public static final String FirmwareUpdateApplyingFirmwareToDevice
      Indicates the firmware has started being applied to the device.
      See Also:
    • FirmwareUpdateComplete

      public static final String FirmwareUpdateComplete
      Indicates the firmware update process is complete.
      See Also:
  • Constructor Details

    • FirmwareUpdates

      public FirmwareUpdates()