chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.backgroundservice.events / BackgroundServiceEvent

BackgroundServiceEvent

sealed class BackgroundServiceEvent

Types

BackgroundServiceEventReceivedEvent

Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.

data class BackgroundServiceEventReceivedEvent : BackgroundServiceEvent

RecordingStateChangedEvent

Called when the recording state for the service has been updated.

data class RecordingStateChangedEvent : BackgroundServiceEvent