data class SetRecordingRequest
Request object containing input parameters for the BackgroundServiceDomain.setRecording command.
<init> |
Request object containing input parameters for the BackgroundServiceDomain.setRecording command. SetRecordingRequest(shouldRecord: Boolean, service: ServiceName) |
service |
val service: ServiceName |
shouldRecord |
val shouldRecord: Boolean |