InProgress

data class InProgress(val updatePercentage: Int?) : ReaderInfo.FirmwareUpdateStatus

A firmware update is currently in progress.

Constructors

Link copied to clipboard
constructor(updatePercentage: Int?)

Properties

Link copied to clipboard

an integer from 0 to 100 (inclusive), representing the percentage of the update that is complete, if known.