PWAClientGetOsAppStateAsync Method |
Version 130.1.90
Returns the following OS state for the given manifest id.
Namespace: CefSharp.DevTools.PWAAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetOsAppStateResponse> GetOsAppStateAsync(
string manifestId
)
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
TaskGetOsAppStateResponsereturns System.Threading.Tasks.Task<GetOsAppStateResponse>
See Also