pl.wendigo.chrome.api.backgroundservice / SetRecordingRequest

SetRecordingRequest

data class SetRecordingRequest (source)

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

Set the recording state for the service.

Link
BackgroundService#setRecording method documentation.

See Also

BackgroundServiceOperations.setRecording

Constructors

<init>

SetRecordingRequest(shouldRecord: Boolean, service: ServiceName)

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

Properties

service

val service: ServiceName

shouldRecord

val shouldRecord: Boolean