InstallRequest

@Serializable
data class InstallRequest(val manifestId: String, val installUrlOrBundleUrl: String? = null)

Request object containing input parameters for the PWADomain.install command.

Constructors

Link copied to clipboard
constructor(manifestId: String, installUrlOrBundleUrl: String? = null)

Types

Link copied to clipboard
class Builder(val manifestId: String)

A builder for InstallRequest, which allows setting the optional parameters of the PWADomain.install command via a lambda.

Properties

Link copied to clipboard

The location of the app or bundle overriding the one derived from the manifestId.

Link copied to clipboard

(undocumented in the protocol definition)