Class GetOsAppStateCommandResponse
Response for GetOsAppState
public sealed class GetOsAppStateCommandResponse : ICommandResponse<GetOsAppStateCommandSettings>, ICommandResponse
- Inheritance
-
GetOsAppStateCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BadgeCount
Gets or sets the badgeCount
[JsonPropertyName("badgeCount")]
public long BadgeCount { get; set; }
Property Value
FileHandlers
Gets or sets the fileHandlers
[JsonPropertyName("fileHandlers")]
public FileHandler[] FileHandlers { get; set; }