Click or drag to resize

PWAClientGetOsAppStateAsync Method

Version 130.1.90
Returns the following OS state for the given manifest id.

Namespace: CefSharp.DevTools.PWA
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetOsAppStateResponse> GetOsAppStateAsync(
	string manifestId
)

Parameters

manifestId  String
The id from the webapp's manifest file, commonly it's the url of thesite installing the webapp. Seehttps://web.dev/learn/pwa/web-app-manifest.

Return Value

TaskGetOsAppStateResponse
returns System.Threading.Tasks.Task<GetOsAppStateResponse>
See Also