PayloadFile

data class PayloadFile(val href: String, val size: Long, val integrity: String)

A class representing a file within a Live Update payload.

Constructors

Link copied to clipboard
fun PayloadFile(href: String, size: Long, integrity: String)

Properties

Link copied to clipboard

the path of the file

Link copied to clipboard

the MD5 hash of the file

Link copied to clipboard
val size: Long

the size of the file