Class GetOsAppStateCommandSettings
Returns the following OS state for the given manifest id.
public sealed class GetOsAppStateCommandSettings : ICommand
- Inheritance
-
GetOsAppStateCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
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.
[JsonPropertyName("manifestId")]
public string ManifestId { get; set; }