pl.wendigo.chrome.domain.backgroundservice / SetRecordingRequest

SetRecordingRequest

data class SetRecordingRequest (source)

Represents request frame that can be used with BackgroundService.setRecording method call.

Set the recording state for the service.

Constructors

<init>

SetRecordingRequest(shouldRecord: Boolean, service: ServiceName)

Represents request frame that can be used with BackgroundService.setRecording method call.

Properties

service

val service: ServiceName

shouldRecord

val shouldRecord: Boolean