toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.pwa
/
GetOsAppStateResponse
Get
Os
App
State
Response
@
Serializable
data
class
GetOsAppStateResponse
(
val
badgeCount
:
Int
,
val
fileHandlers
:
List
<
FileHandler
>
)
Response type for the
PWADomain.getOsAppState
command.
Members
Constructors
Get
Os
App
State
Response
Link copied to clipboard
constructor
(
badgeCount
:
Int
,
fileHandlers
:
List
<
FileHandler
>
)
Properties
badge
Count
Link copied to clipboard
val
badgeCount
:
Int
(undocumented in the protocol definition)
file
Handlers
Link copied to clipboard
val
fileHandlers
:
List
<
FileHandler
>
(undocumented in the protocol definition)