Manifest

data class Manifest(val signatures: List<Signature>? = null, val payload: String)

A class representing the manifest associated with diff downloads and validating secure Live Updates payloads.

Constructors

Link copied to clipboard
fun Manifest(signatures: List<Signature>? = null, payload: String)

Properties

Link copied to clipboard

The decoded payload containing a list of PayloadFile

Link copied to clipboard

the encoded payload of the manifest

Link copied to clipboard
val signatures: List<Signature>? = null

an optional list of signatures in the manifest to validate files