Class PWAState
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
The OS-integration state of an installed web app, returned by GetPWAStateAsync(GetPWAStateOptions).
public class PWAState
- Inheritance
-
PWAState
Properties
BadgeCount
Gets or sets the current badge count shown on the app icon.
public int BadgeCount { get; set; }
Property Value
FileHandlers
Gets or sets the file handlers registered by the app with the OS.
public PWAFileHandler[] FileHandlers { get; set; }