RecordingStateChanged

@Serializable
data class RecordingStateChanged(val isRecording: Boolean, val service: ServiceName) : BackgroundServiceEvent(source)

Called when the recording state for the service has been updated.

Official doc

Constructors

Link copied to clipboard
constructor(isRecording: Boolean, service: ServiceName)

Properties

Link copied to clipboard
Link copied to clipboard