🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

DeviceConfigurationOverride

The specification for an override applied to some piece of content.

Source set: Common
public interface DeviceConfigurationOverride

The specification for an override applied to some piece of content.

When wrapping content in Override, some particular override will be locally applied to the wrapped in order to test that content in isolation, without needing to configure the entire device.

Functions

Override

Source set: Common
@Composable
    public fun Override(contentUnderTest: @Composable () -> Unit)

A wrapper around contentUnderTest that applies some override.

Implementations should call contentUnderTest exactly once.

Members

Companion

Source set: Common
public companion object