Package-level declarations

Types

Link copied to clipboard
class EndpointsViewModel(device: Device, endpointsService: <Error class: unknown class>, updateService: <Error class: unknown class>, eventBus: EventBus, scope: CoroutineScope? = null) : ViewModel

Functions

Link copied to clipboard
fun EndpointsWidget(device: Device, onEndpointClicked: (EndpointConfiguration.Key) -> Unit)
Link copied to clipboard
fun EndpointsWidgetContent(state: EndpointsViewModel.State, onAllCheckboxChanged: (value: Boolean) -> Unit, onCheckboxChanged: (EndpointConfiguration.Key, value: Boolean) -> Unit, onFailChanged: (EndpointConfiguration.Key, value: Boolean) -> Unit, onFilterUpdate: (String) -> Unit, onEndpointClicked: (EndpointConfiguration.Key) -> Unit)