pl.wendigo.chrome.domain.backgroundservice / BackgroundServiceEventReceivedEvent

BackgroundServiceEventReceivedEvent

data class BackgroundServiceEventReceivedEvent : ProtocolEvent (source)

Represents event frames for BackgroundService.backgroundServiceEventReceived

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

Constructors

<init>

BackgroundServiceEventReceivedEvent(backgroundServiceEvent: BackgroundServiceEvent)

Represents event frames for BackgroundService.backgroundServiceEventReceived

Properties

backgroundServiceEvent

val backgroundServiceEvent: BackgroundServiceEvent

Inherited Functions

protocolDomain

fun protocolDomain(): String