ChangeAppUserSettingsParameter

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

Constructors

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

Properties

Link copied to clipboard
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