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

BackgroundServiceEventReceivedEvent

data class BackgroundServiceEventReceivedEvent : BackgroundServiceEvent

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

Official doc

Constructors

<init>

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

BackgroundServiceEventReceivedEvent(backgroundServiceEvent: BackgroundServiceEvent)

Properties

backgroundServiceEvent

val backgroundServiceEvent: BackgroundServiceEvent