chrome-devtools-kotlin
Toggle table of contents
8.1.0-1515189
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
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)