Message

data class Message(val type: Int, val message: String) : FotaUpdate

Represents a message or notification during the update process.

This state can be used to convey additional information, warnings, or status updates that don't fit into the other categories.

Constructors

Link copied to clipboard
constructor(type: Int, message: String)

Properties

Link copied to clipboard

The text content of the message to be displayed or logged.

Link copied to clipboard
val type: Int

An integer code representing the type or category of message.