SourceModeItem

internal fun SourceModeItem(source: ServerSource, selected: Boolean, strings: ServerSetupStrings, onClick: () -> Unit)(source)

Renders the SourceModeItem UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

source

source value consumed by the API.

selected

selected value consumed by the API.

strings

strings value consumed by the API.

onClick

callback invoked when the user activates the control.