ChangeAppUserSettingsRequest

@Serializable
data class ChangeAppUserSettingsRequest(val manifestId: String, val linkCapturing: Boolean? = null, val displayMode: DisplayMode? = null)

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

Constructors

Link copied to clipboard
constructor(manifestId: String, linkCapturing: Boolean? = null, displayMode: DisplayMode? = null)

Types

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

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val linkCapturing: Boolean? = null

If user allows the links clicked on by the user in the app's scope, or extended scope if the manifest has scope extensions and the flags DesktopPWAsLinkCapturingWithScopeExtensions and WebAppEnableScopeExtensions are enabled.

Link copied to clipboard

(undocumented in the protocol definition)