UpgradeStatusInfo

data class UpgradeStatusInfo(val phase: Int?, val totalBytes: Int?, val currentBytes: Int?)

Represents the status information during an upgrade process.

Constructors

Link copied to clipboard
constructor(phase: Int?, totalBytes: Int?, currentBytes: Int?)

Properties

Link copied to clipboard

The number of bytes that have been processed so far.

Link copied to clipboard
val phase: Int?

The current upgrade phase, where: 0 = Downloading 1 = Installing Radar 2 = Installing WiFi

Link copied to clipboard

The total size of the upgrade package in bytes.