SourceModeItem
internal fun SourceModeItem(source: ServerSource, selected: Boolean, platform: Platform, strings: ServerSetupStrings, onClick: () -> Unit)(source)
Renders one provider option in the provider selection list.
Author
Dmitriy Moroz
Parameters
source
provider represented by this row.
selected
true when this provider is the current setup target.
strings
localized labels used by source title/subtitle and metadata.
onClick
invoked when the provider row is selected.