BackgroundServiceEventReceived

@Serializable
data class BackgroundServiceEventReceived(val backgroundServiceEvent: BackgroundServiceEvent) : BackgroundServiceEvent(source)

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

Official doc

Constructors

Link copied to clipboard
constructor(backgroundServiceEvent: BackgroundServiceEvent)

Properties