GetOsAppStateParameter

@Serializable
data class GetOsAppStateParameter(val manifestId: String)

Constructors

Link copied to clipboard
constructor(manifestId: String)

Properties

Link copied to clipboard

The id from the webapp's manifest file, commonly it's the url of the site installing the webapp. See https://web.dev/learn/pwa/web-app-manifest.