sealed class BackgroundServiceEvent
BackgroundServiceEventReceivedEvent |
Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording. data class BackgroundServiceEventReceivedEvent : BackgroundServiceEvent |
RecordingStateChangedEvent |
Called when the recording state for the service has been updated. data class RecordingStateChangedEvent : BackgroundServiceEvent |