RecordingStateChanged

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

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

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)