Package-level declarations

Functions

Link copied to clipboard
@Composable
fun ButtonDebugger(onClick: () -> Unit, content: @Composable RowScope.() -> Unit)

This function displays the button debugger.

Link copied to clipboard
@Composable
fun ScriptMessageComponent(messages: List<String>, scrollState: LazyListState)

This function displays the script message component.

Link copied to clipboard
@Composable
fun ScriptScreen(socket: Socket, selectedDevice: Device, selectedApp: Application, onBack: () -> Job)

This function displays the script screen.