Orbit

object Orbit(source)

Global Orbit configuration.

Properties

Link copied to clipboard

The global default settings every new container inherits, before any per-container SettingsBuilder overrides are applied. Defaults to the library defaults (RealSettings).

Functions

Link copied to clipboard
fun configureDefaults(buildSettings: SettingsBuilder.() -> Unit)

Configure the global default container settings. Apply once at app startup, before any containers are created. Always starts from the library defaults, so repeated calls are idempotent (not cumulative).

Link copied to clipboard

Reset global defaults back to library defaults. Mainly for tests.