BackgroundServiceEventReceivedParameter

@Serializable
data class BackgroundServiceEventReceivedParameter(val backgroundServiceEvent: BackgroundService.BackgroundServiceEvent)

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

Constructors

Link copied to clipboard
constructor(backgroundServiceEvent: BackgroundService.BackgroundServiceEvent)