FirmwareManagerEntryState

@objc(GSFirmwareManagerEntryState)
public enum FirmwareManagerEntryState : Int, CustomStringConvertible

Local state of the firmware update.

  • Firmware update is available on remote server, and may be downloaded to device’s storage.

    Declaration

    Swift

    case notDownloaded
  • Firmware update file is currently being downloaded.

    Declaration

    Swift

    case downloading
  • Firmware update is available locally from device’s storage.

    Declaration

    Swift

    case downloaded
  • Debug description.

    Declaration

    Swift

    public var description: String { get }