pl.wendigo.chrome.api.backgroundservice / BackgroundServiceEventReceivedEvent

BackgroundServiceEventReceivedEvent

data class BackgroundServiceEventReceivedEvent : Event (source)

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

Link
BackgroundService#backgroundServiceEventReceived event documentation.

Constructors

<init>

BackgroundServiceEventReceivedEvent(backgroundServiceEvent: BackgroundServiceEvent)

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

Properties

backgroundServiceEvent

val backgroundServiceEvent: BackgroundServiceEvent

Inherited Functions

protocolDomain

fun protocolDomain(): String