LaunchRequest

@Serializable
data class LaunchRequest(val manifestId: String, val url: String? = null)

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

Constructors

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

Types

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

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val url: String? = null

(undocumented in the protocol definition)