Class GetManifestIconsCommandResponse
Response for Deprecated because it's not guaranteed that the returned icon is in fact the one used for PWA installation.
public sealed class GetManifestIconsCommandResponse : ICommandResponse<GetManifestIconsCommandSettings>, ICommandResponse
- Inheritance
-
GetManifestIconsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
PrimaryIcon
Gets or sets the primaryIcon
[JsonPropertyName("primaryIcon")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PrimaryIcon { get; set; }