InstallationStatus

Installation Status published when an installation/update is carried out

Types

Link copied to clipboard
data class Data(val task: InstallationStatus.Data.InstallationTask, val step: String, val state: InstallationStatus.Data.InstallationState, val progress: Int?, val message: String?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun deserialize(byteArray: ByteArray): InstallationStatus.Data

De-Serializes the given byteArray into the type T.

Link copied to clipboard
open override fun serialize(item: InstallationStatus.Data): ByteArray

Serializes the given item into a ByteArray to be transmitted over the air.

Link copied to clipboard
open override fun toString(): String