Package-level declarations

Functions

Link copied to clipboard
fun ButtonList(onLoadModel: () -> Unit)

Composable function to load models in the device.

Link copied to clipboard
fun ServiceList(services: List<OffloadingServiceUiState>, onClickStart: (Int) -> Unit, onClickStop: (Int) -> Unit, onClickDestroy: (Int) -> Unit)

Composable function to display a list of offloading services along with buttons to control their states.