- LogTodo
-
RemoteBox
A layout composable that positions its children relative to its own edges.
-
RemoteCanvas
A Composable that provides a RemoteDrawScope for drawing operations in RemoteCompose.
-
RemoteCollapsibleColumn
A collapsible column layout that organizes its children vertically.
-
RemoteCollapsibleRow
A collapsible row layout that organizes its children horizontally.
-
RemoteColumn
A layout composable that positions its children in a vertical sequence.
-
RemoteFitBox
Layout container that renders the first child that fits within available constraints.
-
RemoteImage
A composable that lays out and draws a given RemoteImageBitmap.
- RemoteLog
-
RemoteRow
A layout composable that positions its children in a horizontal sequence.
-
RemoteStateLayout
A layout that manages and displays multiple states defined by a RemoteEnum.
-
RemoteText
Remote composable that displays text.
-
createCreationDisplayInfo
Creates a RemoteCreationDisplayInfo instance from display metrics.
- displaySize
- measureTextHeight
- measureTextWidth
-
pendingIntentAction
Creates an Action that triggers a PendingIntent.
-
rememberMutableRemoteBoolean
Factory composable for mutable remote boolean state.
-
rememberMutableRemoteEnum
Factory composable for mutable remote enum state.
-
rememberMutableRemoteFloat
Factory composable for mutable remote float state.
-
rememberMutableRemoteImageBitmap
Factory for mutable remote bitmap state.
-
rememberMutableRemoteInt
Factory composable for mutable remote integer state.
-
rememberMutableRemoteString
Factory composable for mutable remote string state.
-
rememberNamedRemoteBoolean
Remembers a named remote boolean expression.
-
rememberNamedRemoteColor
Remembers a named remote color expression.
-
rememberNamedRemoteDp
Remembers a named remote Dp expression.
-
rememberNamedRemoteEnum
Remembers a named remote enum expression.
-
rememberNamedRemoteFloat
Remembers a named remote float expression.
-
rememberNamedRemoteImageBitmap
Remembers a named remote bitmap expression.
-
rememberNamedRemoteInt
Remembers a named remote integer expression.
-
rememberNamedRemoteLong
Remembers a named remote long expression.
-
rememberNamedRemoteString
Remembers a named remote string expression.
- rememberRemoteDocument
-
rememberRemoteImageBitmap
Remembers a remote bitmap from a URL.
-
rememberRemoteScrollState
Creates and remembers a RemoteScrollState.
Content updated: