chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.backgroundservice.events
/
BackgroundServiceEvent
/
RecordingStateChanged
Recording
State
Changed
@
Serializable
data
class
RecordingStateChanged
(
val
isRecording
:
Boolean
,
val
service
:
ServiceName
)
:
BackgroundServiceEvent
(
source
)
Called when the recording state for the service has been updated.
Official doc
Members
Constructors
Recording
State
Changed
Link copied to clipboard
constructor
(
isRecording
:
Boolean
,
service
:
ServiceName
)
Properties
is
Recording
Link copied to clipboard
val
isRecording
:
Boolean
service
Link copied to clipboard
val
service
:
ServiceName