Types

Link copied to clipboard
data object Auto : ClusterUiMode

Allows the system to automatically switch between Day and Night modes. The logic is typically based on vehicle signals (like an ambient light sensor) or local sunrise/sunset times.

Link copied to clipboard
data object Dawn : ClusterUiMode

The theme will be dawn.

Link copied to clipboard
data object Day : ClusterUiMode

The theme will be day.

Link copied to clipboard
data object Dusk : ClusterUiMode

The theme will be dusk.

Link copied to clipboard
class FollowActivity(val activityClass: KClass<out Activity>) : ClusterUiMode

The theme will follow the value set in provided activity

Link copied to clipboard
data object Night : ClusterUiMode

The theme will be night.

Link copied to clipboard
data object System : ClusterUiMode

The theme will follow the value set in system settings