Recording State Changed Event
data class RecordingStateChangedEvent(isRecording: Boolean, service: ServiceName) : Event
Content copied to clipboard
Called when the recording state for the service has been updated.
Constructors
RecordingStateChangedEvent
Link copied to clipboard
fun RecordingStateChangedEvent(isRecording: Boolean, service: ServiceName)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard