GetOsAppStateResponse

@Serializable
data class GetOsAppStateResponse(val badgeCount: Int, val fileHandlers: List<FileHandler>)

Response type for the PWADomain.getOsAppState command.

Constructors

Link copied to clipboard
constructor(badgeCount: Int, fileHandlers: List<FileHandler>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)