SetAutoDarkModeOverrideParameter

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

Constructors

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

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.