GetOsAppStateReturn

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard