Function

LayoutDirection

A DeviceConfigurationOverride that overrides the layout direction for the contained content.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

LayoutDirection

Common
expect fun DeviceConfigurationOverride.Companion.LayoutDirection(
    layoutDirection: LayoutDirection
): DeviceConfigurationOverride

A DeviceConfigurationOverride that overrides the layout direction for the contained content.

Parameters

layoutDirection the LayoutDirection to use for the content under test.

Returns

a DeviceConfigurationOverride that specifies the layout direction for the content under test.

LayoutDirection

Android
actual fun DeviceConfigurationOverride.Companion.LayoutDirection(
    layoutDirection: LayoutDirection
): DeviceConfigurationOverride