ReleaseData

data class ReleaseData(val location: String, val releaseNotes: String, val appVersion: String, val md5: String, val isForced: Boolean?, val size: Long, val isDelta: Boolean)

An OTA package, returned by nRF Cloud server.

Constructors

Link copied to clipboard
constructor(location: String, releaseNotes: String, appVersion: String, md5: String, isForced: Boolean?, size: Long, isDelta: Boolean)

Properties

Link copied to clipboard

The version of the application in this package.

Link copied to clipboard

Whether this package corresponds to a Delta or a Full Release.

Link copied to clipboard

Whether this update is forced.

Link copied to clipboard

The URL where the package can be downloaded.

Link copied to clipboard
val md5: String

The MD5 checksum of the package.

Link copied to clipboard

Release notes for this package.

Link copied to clipboard
val size: Long

The size of the artifact at the location.