Background Service Event Received Event
data class BackgroundServiceEventReceivedEvent(backgroundServiceEvent: BackgroundServiceEvent) : Event
Content copied to clipboard
Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.
Constructors
BackgroundServiceEventReceivedEvent
Link copied to clipboard
fun BackgroundServiceEventReceivedEvent(backgroundServiceEvent: BackgroundServiceEvent)
Content copied to clipboard
Functions
Properties
backgroundServiceEvent
Link copied to clipboard
Sources
jvm source
Link copied to clipboard