SetAutoDarkModeOverrideRequest

@Serializable
data class SetAutoDarkModeOverrideRequest(val enabled: Boolean? = null)

Request object containing input parameters for the EmulationDomain.setAutoDarkModeOverride command.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null)

Types

Link copied to clipboard
class Builder

A builder for SetAutoDarkModeOverrideRequest, which allows setting the optional parameters of the EmulationDomain.setAutoDarkModeOverride command via a lambda.

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether to enable or disable automatic dark mode. If not specified, any existing override will be cleared.