Interface

RemoteAlignment.Horizontal

A remote equivalent of androidx.compose.ui.Alignment.Horizontal.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public sealed interface Horizontal

A remote equivalent of androidx.compose.ui.Alignment.Horizontal. It is used to define how a layout's children should be positioned horizontally.

Pre-defined alignment objects are available: Start, CenterHorizontally, and End.

Functions

toComposeUi

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
        public fun toComposeUi(): androidx.compose.ui.Alignment.Horizontal

toRemote

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
        public fun toRemote(layoutDirection: LayoutDirection): Int