-
Action
A RemoteCompose frontend model of Actions that can be converted to either RemoteCompose operations or a ComposeUI lambda.
-
MutableRemoteState
A readable and writable Remote Compose State value.
-
RemoteAlignment
A remote equivalent of androidx.compose.ui.Alignment.
-
RemoteAlignment.Horizontal
A remote equivalent of androidx.compose.ui.Alignment.Horizontal.
-
RemoteAlignment.Vertical
An alignment that defines how to place a child vertically inside a parent layout.
-
RemoteArrangement.Horizontal
A contract for laying out children horizontally.
-
RemoteArrangement.HorizontalOrVertical
A contract for laying out children horizontally or vertically.
-
RemoteArrangement.Vertical
A contract for laying out children vertically.
-
RemoteCornerSize
Defines size of a corner in pixels.
-
RemoteModifier
An ordered, immutable collection of modifier elements for Remote Compose.
-
RemotePaint
A paint object used for remote drawing operations.
-
RemoteShape
Defines a generic remote shape.
-
RemoteState
A readable but not writable Remote Compose State value.
-
RemoteStateScope
Scope for accessing remote state IDs.
-
SemanticsPropertyReceiver
SemanticsPropertyReceiver is the scope provided by semantics {} blocks, letting you set key/value pairs primarily via extension functions.
Compose Remote Creation
Jetpack Compose API reference for remote-creation-compose.