getOsAppState

suspend fun getOsAppState(args: PWA.GetOsAppStateParameter, mode: CommandMode = CommandMode.DEFAULT): PWA.GetOsAppStateReturn

Returns the following OS state for the given manifest id.


suspend fun getOsAppState(manifestId: String): PWA.GetOsAppStateReturn

Returns the following OS state for the given manifest id.

Parameters

manifestId

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.